Package it.unimi.dsi.fastutil.floats
Class AbstractFloatBigList.FloatRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.Float>
it.unimi.dsi.fastutil.floats.AbstractFloatCollection
it.unimi.dsi.fastutil.floats.AbstractFloatBigList
it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatRandomAccessSubList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Float>,FloatBigList,FloatCollection,it.unimi.dsi.fastutil.floats.FloatIterable,FloatStack,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<java.lang.Float>,java.io.Serializable,java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Float>>,java.lang.Iterable<java.lang.Float>,java.util.Collection<java.lang.Float>,java.util.RandomAccess
- Enclosing class:
- AbstractFloatBigList
public static class AbstractFloatBigList.FloatRandomAccessSubList extends AbstractFloatBigList.FloatSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
AbstractFloatBigList.FloatRandomAccessSubList, AbstractFloatBigList.FloatSubList -
Constructor Summary
Constructors Constructor Description FloatRandomAccessSubList(FloatBigList l, long from, long to) -
Method Summary
Modifier and Type Method Description FloatBigListsubList(long from, long to)Returns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatBigList.FloatSubList
add, add, addAll, addAll, addAll, addElements, doubleSpliterator, getElements, getFloat, listIterator, rem, removeElements, removeFloat, set, size64, spliteratorMethods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatBigList
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekFloat, pop, popFloat, push, push, remove, set, setElements, size, size, top, topFloat, toStringMethods inherited from class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toFloatArray, 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
containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatBigList
addAll, addAll, addAll, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatCollection
add, contains, containsAll, doubleIterator, doubleParallelStream, doubleStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toFloatArray, toFloatArrayMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterable
forEach, forEachMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
Constructor Details
-
FloatRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:FloatBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Float>- Specified by:
subListin interfaceFloatBigList- Overrides:
subListin classAbstractFloatBigList.FloatSubList- See Also:
BigList.subList(long,long)
-