public static class AbstractLongBigList.LongRandomAccessSubList extends AbstractLongBigList.LongSubList implements java.util.RandomAccess
AbstractLongBigList.LongRandomAccessSubList, AbstractLongBigList.LongSubListfrom, l, to| Constructor and Description |
|---|
LongRandomAccessSubList(LongBigList l,
long from,
long to) |
| Modifier and Type | Method and Description |
|---|---|
LongBigList |
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, addAll, addAll, addElements, getElements, getLong, listIterator, rem, removeElements, removeLong, set, size64, spliteratoradd, addAll, addAll, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekLong, pop, popLong, push, push, remove, set, setElements, size, size, top, topLong, toStringadd, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, addAll, getElements, setElements, setElementsadd, contains, containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toLongArray, toLongArraypublic LongRandomAccessSubList(LongBigList l, long from, long to)
public LongBigList subList(long from, long to)
LongBigListfrom, inclusive, to the index to, exclusive.subList in interface it.unimi.dsi.fastutil.BigList<java.lang.Long>subList in interface LongBigListsubList in class AbstractLongBigList.LongSubListBigList.subList(long,long)