public static class AbstractFloatList.FloatRandomAccessSubList extends AbstractFloatList.FloatSubList implements java.util.RandomAccess
AbstractFloatList.FloatRandomAccessSubList, AbstractFloatList.FloatSubList
Constructor and Description |
---|
FloatRandomAccessSubList(FloatList l,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
FloatList |
subList(int from,
int to)
Returns a type-specific view of the portion of this list from the index
from , inclusive, to the index to , exclusive. |
add, add, addAll, addAll, addAll, addElements, getElements, getFloat, listIterator, rem, removeElements, removeFloat, set, setElements, size, spliterator
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekFloat, popFloat, push, size, toArray, toFloatArray, topFloat, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toFloatArray
add, add, addAll, contains, get, indexOf, lastIndexOf, of, of, of, of, of, remove, remove, replaceAll, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSort
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toFloatArray
forEach, forEach
peek, pop, push, top
public FloatRandomAccessSubList(FloatList l, int from, int to)
public FloatList subList(int from, int to)
FloatList
from
, inclusive, to the index to
, exclusive.subList
in interface FloatList
subList
in interface java.util.List<java.lang.Float>
subList
in class AbstractFloatList.FloatSubList
List.subList(int,int)