public static class AbstractShortBigList.ShortRandomAccessSubList extends AbstractShortBigList.ShortSubList implements java.util.RandomAccess
AbstractShortBigList.ShortRandomAccessSubList, AbstractShortBigList.ShortSubListfrom, l, to| 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, spliteratoradd, addAll, addAll, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekShort, pop, popShort, push, push, remove, set, setElements, size, size, top, topShort, toStringadd, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toShortArray, toShortArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, addAll, getElements, setElements, setElementsadd, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toShortArray, toShortArraypublic ShortRandomAccessSubList(ShortBigList l, long from, long to)
public ShortBigList subList(long from, long to)
ShortBigListfrom, inclusive, to the index to, exclusive.subList in interface it.unimi.dsi.fastutil.BigList<java.lang.Short>subList in interface ShortBigListsubList in class AbstractShortBigList.ShortSubListBigList.subList(long,long)