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
,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 it.unimi.dsi.fastutil.shorts.AbstractShortList
AbstractShortList.ShortRandomAccessSubList, AbstractShortList.ShortSubList
-
Constructor Summary
-
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, spliterator
Methods 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, toString
Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toShortArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from interface java.util.Collection
toArray
Methods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection
containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toShortArray
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortIterable
forEach, forEach
Methods 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, unstableSort
Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortStack
peek, pop, push, top
-
Constructor Details
-
ShortRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ShortList
Returns a type-specific view of the portion of this list from the indexfrom
, inclusive, to the indexto
, exclusive.
-