Package it.unimi.dsi.fastutil.shorts
Class AbstractShortList.ShortRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.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<java.lang.Short>,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.RandomAccess
- Enclosing class:
- AbstractShortList
public static class AbstractShortList.ShortRandomAccessSubList extends AbstractShortList.ShortSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortList
AbstractShortList.ShortRandomAccessSubList, AbstractShortList.ShortSubList -
Constructor Summary
Constructors Constructor Description ShortRandomAccessSubList(ShortList l, int from, int to) -
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 class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods 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.- Specified by:
subListin interfacejava.util.List<java.lang.Short>- Specified by:
subListin interfaceShortList- Overrides:
subListin classAbstractShortList.ShortSubList- See Also:
List.subList(int,int)
-