Package it.unimi.dsi.fastutil.floats
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 it.unimi.dsi.fastutil.floats.AbstractFloatList
AbstractFloatList.FloatRandomAccessSubList, AbstractFloatList.FloatSubList
-
Constructor Summary
-
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
add, add, addAll, addAll, addAll, addElements, getElements, getFloat, listIterator, rem, removeElements, removeFloat, set, setElements, size, spliterator
Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekFloat, popFloat, push, size, toArray, toFloatArray, topFloat, toString
Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toFloatArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from interface java.util.Collection
toArray
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection
containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toFloatArray
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterable
forEach, forEach
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSort
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatStack
peek, pop, push, top
Methods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
FloatRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:FloatList
Returns a type-specific view of the portion of this list from the indexfrom
, inclusive, to the indexto
, exclusive.
-