Class AbstractShortList.ShortRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Short>
it.unimi.dsi.fastutil.shorts.AbstractShortCollection
it.unimi.dsi.fastutil.shorts.AbstractShortList
it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortRandomAccessSubList
- All Implemented Interfaces:
ShortCollection, ShortIterable, ShortList, ShortStack, Stack<Short>, Serializable, Comparable<List<? extends Short>>, Iterable<Short>, Collection<Short>, List<Short>, RandomAccess, SequencedCollection<Short>
- Enclosing class:
AbstractShortList
public static class AbstractShortList.ShortRandomAccessSubList
extends AbstractShortList.ShortSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractShortList
AbstractShortList.ShortRandomAccessSubList, AbstractShortList.ShortSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractShortList.ShortSubList
add, add, addAll, addAll, addAll, addElements, getElements, getShort, listIterator, rem, removeElements, removeShort, set, setElements, size, spliteratorMethods inherited from class AbstractShortList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekShort, popShort, push, size, toArray, topShort, toShortArray, toStringMethods inherited from class AbstractShortCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toShortArrayMethods inherited from class AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface Collection
toArrayMethods inherited from interface List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArrayMethods inherited from interface ShortCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toShortArrayMethods inherited from interface ShortIterable
forEach, forEachMethods inherited from interface ShortList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface ShortStack
peek, pop, push, top
-
Constructor Details
-
ShortRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ShortListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.
-