public class TSynchronizedShortCollection extends Objectimplements TShortCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedShortCollection(TShortCollection
|
TSynchronizedShortCollection(TShortCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(short e)
|
boolean |
addAll(Collection
|
boolean |
addAll(short[] array)
|
boolean |
addAll(TShortCollection
|
void |
clear()
|
boolean |
contains(short o)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(short[] array)
|
boolean |
containsAll(TShortCollection
|
boolean |
forEach(TShortProcedure
|
short |
getNoEntryValue()
|
boolean |
isEmpty()
|
TShortIterator |
iterator()
|
boolean |
remove(short o)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(short[] array)
|
boolean |
removeAll(TShortCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(short[] array)
|
boolean |
retainAll(TShortCollection
|
int |
size()
|
short[] |
toArray()
|
short[] |
toArray(short[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedShortCollection(TShortCollectionc)
public TSynchronizedShortCollection(TShortCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(short o)
public short[] toArray()
public short[] toArray(short[] a)
public TShortIteratoriterator()
public boolean add(short e)
public boolean remove(short o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TShortCollectioncoll)
public boolean containsAll(short[] array)
public boolean addAll(Collection<? extends Short > coll)
public boolean addAll(TShortCollectioncoll)
public boolean addAll(short[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TShortCollectioncoll)
public boolean removeAll(short[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TShortCollectioncoll)
public boolean retainAll(short[] array)
public short getNoEntryValue()
public boolean forEach(TShortProcedureprocedure)
public void clear()
public StringtoString()