public static class ReferenceLists.SynchronizedRandomAccessList<K> extends ReferenceLists.SynchronizedList<K> implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
ReferenceList<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, 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 ReferenceList<K> subList(int from, int to)
ReferenceListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface ReferenceList<K>subList in interface java.util.List<K>subList in class ReferenceLists.SynchronizedList<K>List.subList(int,int)