public static class ObjectLists.SynchronizedRandomAccessList<K> extends ObjectLists.SynchronizedList<K> implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
ObjectList<K> |
subList(int from,
int to)
Returns a type-specific view of the portion of this list from the index
from, inclusive, to the index to, exclusive. |
add, addAll, addElements, addElements, compareTo, equals, get, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeElements, set, sizeadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringpublic ObjectList<K> subList(int from, int to)
ObjectListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface ObjectList<K>subList in interface java.util.List<K>subList in class ObjectLists.SynchronizedList<K>List.subList(int,int)