public class TSynchronizedByteList extends TSynchronizedByteCollectionimplements TByteList
| Constructor and Description |
|---|
TSynchronizedByteList(TByteList
|
TSynchronizedByteList(TByteList
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] vals)
|
void |
add(byte[] vals, int offset, int length)
|
int |
binarySearch(byte value)
|
int |
binarySearch(byte value, int fromIndex, int toIndex)
|
boolean |
equals(Object
|
void |
fill(byte val)
|
void |
fill(int fromIndex, int toIndex, byte val)
|
boolean |
forEachDescending(TByteProcedure
|
byte |
get(int index)
|
TByteList |
grep(TByteProcedure
|
int |
hashCode()
|
int |
indexOf(byte o)
|
int |
indexOf(int offset, byte value)
|
void |
insert(int offset, byte value)
|
void |
insert(int offset, byte[] values)
|
void |
insert(int offset, byte[] values, int valOffset, int len)
|
TByteList |
inverseGrep(TByteProcedure
|
int |
lastIndexOf(byte o)
|
int |
lastIndexOf(int offset, byte value)
|
byte |
max()
|
byte |
min()
|
void |
remove(int offset, int length)
|
byte |
removeAt(int offset)
|
byte |
replace(int offset, byte val)
|
void |
reverse()
|
void |
reverse(int from, int to)
|
byte |
set(int index, byte element)
|
void |
set(int offset, byte[] values)
|
void |
set(int offset, byte[] values, int valOffset, int length)
|
void |
shuffle(Random
|
void |
sort()
|
void |
sort(int fromIndex, int toIndex)
|
TByteList |
subList(int fromIndex, int toIndex)
|
byte |
sum()
|
byte[] |
toArray(byte[] dest, int offset, int len)
|
byte[] |
toArray(byte[] dest, int source_pos, int dest_pos, int len)
|
byte[] |
toArray(int offset, int len)
|
void |
transformValues(TByteFunction
|
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAll, forEach, getNoEntryValue, isEmpty, iterator, remove, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, clear, contains, forEach, getNoEntryValue, isEmpty, remove, size, toArray, toArrayaddAll, addAll, addAll, containsAll, containsAll, containsAll, iterator, removeAll, removeAll, removeAll, retainAll, retainAll, retainAllpublic TSynchronizedByteList(TByteListlist)
public boolean equals(Objecto)
public int hashCode()
public byte get(int index)
public byte set(int index,
byte element)public void set(int offset,
byte[] values)public void set(int offset,
byte[] values,
int valOffset,
int length)public byte replace(int offset,
byte val)public void remove(int offset,
int length)public byte removeAt(int offset)
public void add(byte[] vals)
public void add(byte[] vals,
int offset,
int length)public void insert(int offset,
byte value)public void insert(int offset,
byte[] values)public void insert(int offset,
byte[] values,
int valOffset,
int len)public int indexOf(byte o)
public int lastIndexOf(byte o)
public TByteListsubList(int fromIndex, int toIndex)
public byte[] toArray(int offset,
int len)public byte[] toArray(byte[] dest,
int offset,
int len)public byte[] toArray(byte[] dest,
int source_pos,
int dest_pos,
int len)public int indexOf(int offset,
byte value)public int lastIndexOf(int offset,
byte value)public void fill(byte val)
public void fill(int fromIndex,
int toIndex,
byte val)public void reverse()
public void reverse(int from,
int to)public void shuffle(Randomrand)
public void sort()
public void sort(int fromIndex,
int toIndex)public int binarySearch(byte value)
public int binarySearch(byte value,
int fromIndex,
int toIndex)public TByteListgrep(TByteProcedure condition)
public TByteListinverseGrep(TByteProcedure condition)
public byte max()
public byte min()
public byte sum()
public boolean forEachDescending(TByteProcedureprocedure)
public void transformValues(TByteFunctionfunction)