Class AbstractFloatList.FloatRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Float>
it.unimi.dsi.fastutil.floats.AbstractFloatCollection
it.unimi.dsi.fastutil.floats.AbstractFloatList
it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatRandomAccessSubList
- All Implemented Interfaces:
FloatCollection, FloatIterable, FloatList, FloatStack, Stack<Float>, Serializable, Comparable<List<? extends Float>>, Iterable<Float>, Collection<Float>, List<Float>, RandomAccess, SequencedCollection<Float>
- Enclosing class:
AbstractFloatList
public static class AbstractFloatList.FloatRandomAccessSubList
extends AbstractFloatList.FloatSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractFloatList
AbstractFloatList.FloatRandomAccessSubList, AbstractFloatList.FloatSubList -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractFloatList.FloatSubList
add, add, addAll, addAll, addAll, addElements, getElements, getFloat, listIterator, rem, removeElements, removeFloat, set, setElements, size, spliteratorMethods inherited from class AbstractFloatList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekFloat, popFloat, push, size, toArray, toFloatArray, topFloat, toStringMethods inherited from class AbstractFloatCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toFloatArrayMethods inherited from class AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface Collection
toArrayMethods inherited from interface FloatCollection
containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toFloatArrayMethods inherited from interface FloatIterable
forEach, forEachMethods inherited from interface FloatList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface FloatStack
peek, pop, push, topMethods inherited from interface List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
FloatRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:FloatListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.
-