public static class AbstractIntBigList.IntRandomAccessSubList extends AbstractIntBigList.IntSubList implements java.util.RandomAccess
AbstractIntBigList.IntRandomAccessSubList, AbstractIntBigList.IntSubList
Constructor and Description |
---|
IntRandomAccessSubList(IntBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
IntBigList |
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, getInt, listIterator, rem, removeElements, removeInt, set, size64, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekInt, pop, popInt, push, push, remove, set, setElements, size, size, top, topInt, toString
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toIntArray, toIntArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toIntArray, toIntArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public IntRandomAccessSubList(IntBigList l, long from, long to)
public IntBigList subList(long from, long to)
IntBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Integer>
subList
in interface IntBigList
subList
in class AbstractIntBigList.IntSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)