public static class AbstractShortList.ShortRandomAccessSubList extends AbstractShortList.ShortSubList implements java.util.RandomAccess
AbstractShortList.ShortRandomAccessSubList, AbstractShortList.ShortSubListfrom, l, to| Constructor and Description |
|---|
ShortRandomAccessSubList(ShortList l,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
ShortList |
subList(int from,
int to)
Returns a type-specific view of the portion of this list from the index
from, inclusive, to the index to, exclusive. |
add, add, addAll, addAll, addAll, addElements, getElements, getShort, listIterator, rem, removeElements, removeShort, set, setElements, size, spliteratoraddAll, addAll, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekShort, popShort, push, size, toArray, topShort, toShortArray, toStringadd, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toShortArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, contains, get, indexOf, lastIndexOf, of, of, of, of, of, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortcontainsAll, isEmpty, removeAll, retainAll, toArray, toArraycontainsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toShortArrayforEach, forEachpeek, pop, push, toppublic ShortRandomAccessSubList(ShortList l, int from, int to)
public ShortList subList(int from, int to)
ShortListfrom, inclusive, to the index to, exclusive.subList in interface ShortListsubList in interface java.util.List<java.lang.Short>subList in class AbstractShortList.ShortSubListList.subList(int,int)