public static class AbstractFloatBigList.FloatRandomAccessSubList extends AbstractFloatBigList.FloatSubList implements java.util.RandomAccess
AbstractFloatBigList.FloatRandomAccessSubList, AbstractFloatBigList.FloatSubList
Constructor and Description |
---|
FloatRandomAccessSubList(FloatBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
FloatBigList |
subList(long from,
long to)
Returns a type-specific view of the portion of this type-specific big list from the index
from , inclusive, to the index to , exclusive. |
add, add, addAll, addAll, addAll, addElements, doubleSpliterator, getElements, getFloat, listIterator, rem, removeElements, removeFloat, set, size64, spliterator
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, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toFloatArray, toFloatArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, doubleIterator, doubleParallelStream, doubleStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toFloatArray, toFloatArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public FloatRandomAccessSubList(FloatBigList l, long from, long to)
public FloatBigList subList(long from, long to)
FloatBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Float>
subList
in interface FloatBigList
subList
in class AbstractFloatBigList.FloatSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)