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, SequencedCollection<Long>
- Enclosing class:
AbstractLongList
public static class AbstractLongList.LongRandomAccessSubList
extends AbstractLongList.LongSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractLongList
AbstractLongList.LongRandomAccessSubList, AbstractLongList.LongSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLongList.LongSubList
add, add, addAll, addAll, addAll, addElements, getElements, getLong, listIterator, rem, removeElements, removeLong, set, setElements, size, spliteratorMethods inherited from class 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 AbstractLongCollection
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toLongArrayMethods inherited from class AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface Collection
toArrayMethods inherited from interface List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArrayMethods inherited from interface LongCollection
containsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toLongArrayMethods inherited from interface LongIterable
forEach, forEachMethods inherited from interface 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.
-