ObjectIterable<K>, ReferenceCollection<K>, ReferenceList<K>, java.io.Serializable, java.lang.Iterable<K>, java.util.Collection<K>, java.util.List<K>, java.util.RandomAccesspublic static class ReferenceLists.SynchronizedRandomAccessList<K> extends ReferenceLists.SynchronizedList<K> implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method | 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, clear, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringadd, addAll, addElements, addElements, equals, get, getElements, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeElements, set, sizepublic 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 java.util.List<K>subList in interface ReferenceList<K>subList in class ReferenceLists.SynchronizedList<K>List.subList(int,int)