public class TSynchronizedIntCollection extends Objectimplements TIntCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedIntCollection(TIntCollection
|
TSynchronizedIntCollection(TIntCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int e)
|
boolean |
addAll(Collection
|
boolean |
addAll(int[] array)
|
boolean |
addAll(TIntCollection
|
void |
clear()
|
boolean |
contains(int o)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(int[] array)
|
boolean |
containsAll(TIntCollection
|
boolean |
forEach(TIntProcedure
|
int |
getNoEntryValue()
|
boolean |
isEmpty()
|
TIntIterator |
iterator()
|
boolean |
remove(int o)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(int[] array)
|
boolean |
removeAll(TIntCollection
|
boolean |
retainAll(Collection
|
boolean |
retainAll(int[] array)
|
boolean |
retainAll(TIntCollection
|
int |
size()
|
int[] |
toArray()
|
int[] |
toArray(int[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedIntCollection(TIntCollectionc)
public TSynchronizedIntCollection(TIntCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(int o)
public int[] toArray()
public int[] toArray(int[] a)
public TIntIteratoriterator()
public boolean add(int e)
public boolean remove(int o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TIntCollectioncoll)
public boolean containsAll(int[] array)
public boolean addAll(Collection<? extends Integer > coll)
public boolean addAll(TIntCollectioncoll)
public boolean addAll(int[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TIntCollectioncoll)
public boolean removeAll(int[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TIntCollectioncoll)
public boolean retainAll(int[] array)
public int getNoEntryValue()
public boolean forEach(TIntProcedureprocedure)
public void clear()
public StringtoString()