Package it.unimi.dsi.fastutil.longs
Class AbstractLongList.LongRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Long>
it.unimi.dsi.fastutil.longs.AbstractLongCollection
it.unimi.dsi.fastutil.longs.AbstractLongList
it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
it.unimi.dsi.fastutil.longs.AbstractLongList.LongRandomAccessSubList
- All Implemented Interfaces:
LongCollection,LongIterable,LongList,LongStack,Stack<Long>,Serializable,Comparable<List<? extends Long>>,Iterable<Long>,Collection<Long>,List<Long>,RandomAccess
- Enclosing class:
- AbstractLongList
public static class AbstractLongList.LongRandomAccessSubList
extends AbstractLongList.LongSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.longs.AbstractLongList
AbstractLongList.LongRandomAccessSubList, AbstractLongList.LongSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongList.LongSubList
add, add, addAll, addAll, addAll, addElements, getElements, getLong, listIterator, rem, removeElements, removeLong, set, setElements, size, spliteratorMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekLong, popLong, push, replaceAll, size, toArray, toLongArray, topLong, toStringMethods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toLongArrayMethods 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.longs.LongCollection
containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toLongArrayMethods inherited from interface it.unimi.dsi.fastutil.longs.LongIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.longs.LongList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSort
-
Constructor Details
-
LongRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:LongListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.
-