Package it.unimi.dsi.fastutil.floats
Class AbstractFloatList.FloatRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.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,it.unimi.dsi.fastutil.floats.FloatIterable,FloatList,FloatStack,it.unimi.dsi.fastutil.Stack<java.lang.Float>,java.io.Serializable,java.lang.Comparable<java.util.List<? extends java.lang.Float>>,java.lang.Iterable<java.lang.Float>,java.util.Collection<java.lang.Float>,java.util.List<java.lang.Float>,java.util.RandomAccess
- Enclosing class:
- AbstractFloatList
public static class AbstractFloatList.FloatRandomAccessSubList extends AbstractFloatList.FloatSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatList
AbstractFloatList.FloatRandomAccessSubList, AbstractFloatList.FloatSubList -
Constructor Summary
Constructors Constructor Description FloatRandomAccessSubList(FloatList l, int from, int to) -
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, spliteratorMethods 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, toStringMethods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toFloatArrayMethods 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
toArrayMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection
containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toFloatArrayMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterable
forEach, forEachMethods 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, unstableSortMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatStack
peek, pop, push, topMethods inherited from interface java.util.List
containsAll, isEmpty, removeAll, retainAll, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
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.- Specified by:
subListin interfaceFloatList- Specified by:
subListin interfacejava.util.List<java.lang.Float>- Overrides:
subListin classAbstractFloatList.FloatSubList- See Also:
List.subList(int,int)
-