public static class AbstractDoubleList.DoubleRandomAccessSubList extends AbstractDoubleList.DoubleSubList implements java.util.RandomAccess
AbstractDoubleList.DoubleRandomAccessSubList, AbstractDoubleList.DoubleSubList
Constructor and Description |
---|
DoubleRandomAccessSubList(DoubleList l,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
DoubleList |
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, getDouble, getElements, listIterator, rem, removeDouble, removeElements, set, setElements, size, spliterator
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekDouble, popDouble, push, replaceAll, size, toArray, toDoubleArray, topDouble, toString
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toDoubleArray
add, add, addAll, contains, get, indexOf, lastIndexOf, of, of, of, of, of, remove, remove, 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, toDoubleArray
forEach, forEach
peek, pop, push, top
public DoubleRandomAccessSubList(DoubleList l, int from, int to)
public DoubleList subList(int from, int to)
DoubleList
from
, inclusive, to the index to
, exclusive.subList
in interface DoubleList
subList
in interface java.util.List<java.lang.Double>
subList
in class AbstractDoubleList.DoubleSubList
List.subList(int,int)