public class TSynchronizedDoubleCollection extends Objectimplements TDoubleCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedDoubleCollection(TDoubleCollection
|
TSynchronizedDoubleCollection(TDoubleCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(double e)
|
boolean |
addAll(Collection
|
boolean |
addAll(double[] array)
|
boolean |
addAll(TDoubleCollection
|
void |
clear()
|
boolean |
contains(double o)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(double[] array)
|
boolean |
containsAll(TDoubleCollection
|
boolean |
forEach(TDoubleProcedure
|
double |
getNoEntryValue()
|
boolean |
isEmpty()
|
TDoubleIterator |
iterator()
|
boolean |
remove(double o)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(double[] array)
|
boolean |
removeAll(TDoubleCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(double[] array)
|
boolean |
retainAll(TDoubleCollection
|
int |
size()
|
double[] |
toArray()
|
double[] |
toArray(double[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedDoubleCollection(TDoubleCollectionc)
public TSynchronizedDoubleCollection(TDoubleCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(double o)
public double[] toArray()
public double[] toArray(double[] a)
public TDoubleIteratoriterator()
public boolean add(double e)
public boolean remove(double o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TDoubleCollectioncoll)
public boolean containsAll(double[] array)
public boolean addAll(Collection<? extends Double > coll)
public boolean addAll(TDoubleCollectioncoll)
public boolean addAll(double[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TDoubleCollectioncoll)
public boolean removeAll(double[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TDoubleCollectioncoll)
public boolean retainAll(double[] array)
public double getNoEntryValue()
public boolean forEach(TDoubleProcedureprocedure)
public void clear()
public StringtoString()