ShortCollection, ShortIterable, ShortList, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Short>>, java.lang.Iterable<java.lang.Short>, java.util.Collection<java.lang.Short>, java.util.List<java.lang.Short>, java.util.RandomAccesspublic static class ShortLists.UnmodifiableRandomAccessList extends ShortLists.UnmodifiableList implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method | 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. |
addAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayaddAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toShortArray, toShortArrayadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toShortArray, toShortArray, toStringforEach, forEachadd, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getElements, getShort, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeElements, removeShort, set, set, sizepublic ShortList subList(int from, int to)
ShortListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface java.util.List<java.lang.Short>subList in interface ShortListsubList in class ShortLists.UnmodifiableListList.subList(int,int)