public static class AbstractReferenceList.ReferenceRandomAccessSubList<K> extends AbstractReferenceList.ReferenceSubList<K> implements java.util.RandomAccess
AbstractReferenceList.ReferenceRandomAccessSubList<K>, AbstractReferenceList.ReferenceSubList<K>from, l, to| Constructor and Description |
|---|
ReferenceRandomAccessSubList(ReferenceList<K> l,
int from,
int to) |
| 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, add, addAll, addElements, get, getElements, listIterator, remove, removeElements, set, setElements, size, spliteratoraddAll, addElements, clear, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peek, pop, push, size, toArray, toArray, top, toStringcontainsAll, isEmpty, remove, removeAll, retainAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, of, of, of, of, of, setElements, setElements, sort, unstableSortpublic ReferenceRandomAccessSubList(ReferenceList<K> l, int from, int to)
public ReferenceList<K> subList(int from, int to)
ReferenceListfrom, inclusive, to the index to, exclusive.subList in interface ReferenceList<K>subList in interface java.util.List<K>subList in class AbstractReferenceList.ReferenceSubList<K>List.subList(int,int)