public class TSynchronizedRandomAccessCharList extends TSynchronizedCharList implements java.util.RandomAccess
| Constructor and Description |
|---|
TSynchronizedRandomAccessCharList(TCharList list) |
TSynchronizedRandomAccessCharList(TCharList list,
java.lang.Object mutex) |
| Modifier and Type | Method and Description |
|---|---|
TCharList |
subList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
add, add, binarySearch, binarySearch, equals, fill, fill, forEachDescending, get, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, lastIndexOf, lastIndexOf, max, min, remove, removeAt, replace, reverse, reverse, set, set, set, shuffle, sort, sort, sum, toArray, toArray, toArray, transformValuesadd, 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 TSynchronizedRandomAccessCharList(TCharList list)
public TSynchronizedRandomAccessCharList(TCharList list, java.lang.Object mutex)
public TCharList subList(int fromIndex, int toIndex)
TCharListsubList in interface TCharListsubList in class TSynchronizedCharListfromIndex - low endpoint (inclusive) of the subList.toIndex - high endpoint (exclusive) of the subList.