public static class AbstractReferenceBigList.ReferenceRandomAccessSubList<K> extends AbstractReferenceBigList.ReferenceSubList<K> implements java.util.RandomAccess
AbstractReferenceBigList.ReferenceRandomAccessSubList<K>, AbstractReferenceBigList.ReferenceSubList<K>from, l, to| Constructor and Description |
|---|
ReferenceRandomAccessSubList(ReferenceBigList<K> l,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceBigList<K> |
subList(long from,
long to)
Returns a type-specific view of the portion of this type-specific big list from the index
from, inclusive, to the index to, exclusive. |
add, add, addAll, addElements, get, getElements, listIterator, remove, removeElements, set, size64, spliteratoraddAll, addElements, clear, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peek, pop, push, setElements, size, size, top, toStringcontainsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, addAll, addAll, getElements, setElements, setElementspublic ReferenceRandomAccessSubList(ReferenceBigList<K> l, long from, long to)
public ReferenceBigList<K> subList(long from, long to)
ReferenceBigListfrom, inclusive, to the index to, exclusive.subList in interface it.unimi.dsi.fastutil.BigList<K>subList in interface ReferenceBigList<K>subList in class AbstractReferenceBigList.ReferenceSubList<K>BigList.subList(long,long)