public class TSynchronizedFloatCollection extends Objectimplements TFloatCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedFloatCollection(TFloatCollection
|
TSynchronizedFloatCollection(TFloatCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(float e)
|
boolean |
addAll(Collection
|
boolean |
addAll(float[] array)
|
boolean |
addAll(TFloatCollection
|
void |
clear()
|
boolean |
contains(float o)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(float[] array)
|
boolean |
containsAll(TFloatCollection
|
boolean |
forEach(TFloatProcedure
|
float |
getNoEntryValue()
|
boolean |
isEmpty()
|
TFloatIterator |
iterator()
|
boolean |
remove(float o)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(float[] array)
|
boolean |
removeAll(TFloatCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(float[] array)
|
boolean |
retainAll(TFloatCollection
|
int |
size()
|
float[] |
toArray()
|
float[] |
toArray(float[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedFloatCollection(TFloatCollectionc)
public TSynchronizedFloatCollection(TFloatCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(float o)
public float[] toArray()
public float[] toArray(float[] a)
public TFloatIteratoriterator()
public boolean add(float e)
public boolean remove(float o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TFloatCollectioncoll)
public boolean containsAll(float[] array)
public boolean addAll(Collection<? extends Float > coll)
public boolean addAll(TFloatCollectioncoll)
public boolean addAll(float[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TFloatCollectioncoll)
public boolean removeAll(float[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TFloatCollectioncoll)
public boolean retainAll(float[] array)
public float getNoEntryValue()
public boolean forEach(TFloatProcedureprocedure)
public void clear()
public StringtoString()