public static class AbstractLongBigList.LongRandomAccessSubList extends AbstractLongBigList.LongSubList implements java.util.RandomAccess
AbstractLongBigList.LongRandomAccessSubList, AbstractLongBigList.LongSubList
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, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekLong, pop, popLong, push, push, remove, set, setElements, size, size, top, topLong, toString
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toLongArray, toLongArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toLongArray, toLongArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public LongRandomAccessSubList(LongBigList l, long from, long to)
public LongBigList subList(long from, long to)
LongBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Long>
subList
in interface LongBigList
subList
in class AbstractLongBigList.LongSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)