Package it.unimi.dsi.fastutil.shorts
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
- Enclosing class:
- AbstractShortList
public static class AbstractShortList.ShortRandomAccessSubList
extends AbstractShortList.ShortSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortList
AbstractShortList.ShortRandomAccessSubList, AbstractShortList.ShortSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortList.ShortSubList
add, add, addAll, addAll, addAll, addElements, getElements, getShort, listIterator, rem, removeElements, removeShort, set, setElements, size, spliteratorMethods inherited from class it.unimi.dsi.fastutil.shorts.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 it.unimi.dsi.fastutil.shorts.AbstractShortCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toShortArrayMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface java.util.Collection
toArrayMethods inherited from interface java.util.List
containsAll, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toShortArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface it.unimi.dsi.fastutil.shorts.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.
-