public static class AbstractShortBigList.ShortRandomAccessSubList extends AbstractShortBigList.ShortSubList implements java.util.RandomAccess
AbstractShortBigList.ShortRandomAccessSubList, AbstractShortBigList.ShortSubList
Constructor and Description |
---|
ShortRandomAccessSubList(ShortBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
ShortBigList |
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, getShort, intSpliterator, listIterator, rem, removeElements, removeShort, set, size64, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekShort, pop, popShort, push, push, remove, set, setElements, size, size, top, topShort, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toShortArray, toShortArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toShortArray, toShortArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public ShortRandomAccessSubList(ShortBigList l, long from, long to)
public ShortBigList subList(long from, long to)
ShortBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Short>
subList
in interface ShortBigList
subList
in class AbstractShortBigList.ShortSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)