public class TSynchronizedByteCollection extends Objectimplements TByteCollection , Serializable
| Constructor and Description |
|---|
TSynchronizedByteCollection(TByteCollection
|
TSynchronizedByteCollection(TByteCollection
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(byte e)
|
boolean |
addAll(byte[] array)
|
boolean |
addAll(Collection
|
boolean |
addAll(TByteCollection
|
void |
clear()
|
boolean |
contains(byte o)
|
boolean |
containsAll(byte[] array)
|
boolean |
containsAll(Collection
|
boolean |
containsAll(TByteCollection
|
boolean |
forEach(TByteProcedure
|
byte |
getNoEntryValue()
|
boolean |
isEmpty()
|
TByteIterator |
iterator()
|
boolean |
remove(byte o)
|
boolean |
removeAll(byte[] array)
|
boolean |
removeAll(Collection
|
boolean |
removeAll(TByteCollection
|
boolean |
retainAll(byte[] array)
|
boolean |
retainAll(Collection
|
boolean |
retainAll(TByteCollection
|
int |
size()
|
byte[] |
toArray()
|
byte[] |
toArray(byte[] a)
|
String |
toString()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic TSynchronizedByteCollection(TByteCollectionc)
public TSynchronizedByteCollection(TByteCollectionc, Object mutex)
public int size()
public boolean isEmpty()
public boolean contains(byte o)
public byte[] toArray()
public byte[] toArray(byte[] a)
public TByteIteratoriterator()
public boolean add(byte e)
public boolean remove(byte o)
public boolean containsAll(Collection<?> coll)
public boolean containsAll(TByteCollectioncoll)
public boolean containsAll(byte[] array)
public boolean addAll(Collection<? extends Byte > coll)
public boolean addAll(TByteCollectioncoll)
public boolean addAll(byte[] array)
public boolean removeAll(Collection<?> coll)
public boolean removeAll(TByteCollectioncoll)
public boolean removeAll(byte[] array)
public boolean retainAll(Collection<?> coll)
public boolean retainAll(TByteCollectioncoll)
public boolean retainAll(byte[] array)
public byte getNoEntryValue()
public boolean forEach(TByteProcedureprocedure)
public void clear()
public StringtoString()