Package it.unimi.dsi.fastutil.shorts
Class AbstractShortBigList.ShortRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.Short>
it.unimi.dsi.fastutil.shorts.AbstractShortCollection
it.unimi.dsi.fastutil.shorts.AbstractShortBigList
it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortRandomAccessSubList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Short>,ShortBigList,ShortCollection,it.unimi.dsi.fastutil.shorts.ShortIterable,ShortStack,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<java.lang.Short>,java.io.Serializable,java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Short>>,java.lang.Iterable<java.lang.Short>,java.util.Collection<java.lang.Short>,java.util.RandomAccess
- Enclosing class:
- AbstractShortBigList
public static class AbstractShortBigList.ShortRandomAccessSubList extends AbstractShortBigList.ShortSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
AbstractShortBigList.ShortRandomAccessSubList, AbstractShortBigList.ShortSubList -
Constructor Summary
Constructors Constructor Description ShortRandomAccessSubList(ShortBigList l, long from, long to) -
Method Summary
Modifier and Type Method Description ShortBigListsubList(long from, long to)Returns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBigList.ShortSubList
add, add, addAll, addAll, addAll, addElements, getElements, getShort, intSpliterator, listIterator, rem, removeElements, removeShort, set, size64, spliteratorMethods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekShort, pop, popShort, push, push, remove, set, setElements, size, size, top, topShort, toStringMethods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toShortArray, 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
containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortBigList
addAll, addAll, addAll, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection
add, contains, containsAll, intIterator, intParallelStream, intStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toShortArray, toShortArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
Constructor Details
-
ShortRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:ShortBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Specified by:
subListin interfaceShortBigList- Overrides:
subListin classAbstractShortBigList.ShortSubList- See Also:
BigList.subList(long,long)
-