public class TSynchronizedLongCollection extends Objectimplements TLongCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedLongCollection(TLongCollection
|
TSynchronizedLongCollection(TLongCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(long e)
|
boolean |
addAll(Collection
|
boolean |
addAll(long[] array)
|
boolean |
addAll(TLongCollection
|
void |
clear()
|
boolean |
contains(long o)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(long[] array)
|
boolean |
containsAll(TLongCollection
|
boolean |
forEach(TLongProcedure
|
long |
getNoEntryValue()
|
boolean |
isEmpty()
|
TLongIterator |
iterator()
|
boolean |
remove(long o)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(long[] array)
|
boolean |
removeAll(TLongCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(long[] array)
|
boolean |
retainAll(TLongCollection
|
int |
size()
|
long[] |
toArray()
|
long[] |
toArray(long[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedLongCollection(TLongCollectionc)
public TSynchronizedLongCollection(TLongCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(long o)
public long[] toArray()
public long[] toArray(long[] a)
public TLongIteratoriterator()
public boolean add(long e)
public boolean remove(long o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TLongCollectioncoll)
public boolean containsAll(long[] array)
public boolean addAll(Collection<? extends Long > coll)
public boolean addAll(TLongCollectioncoll)
public boolean addAll(long[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TLongCollectioncoll)
public boolean removeAll(long[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TLongCollectioncoll)
public boolean retainAll(long[] array)
public long getNoEntryValue()
public boolean forEach(TLongProcedureprocedure)
public void clear()
public StringtoString()