public static class AbstractDoubleBigList.DoubleRandomAccessSubList extends AbstractDoubleBigList.DoubleSubList implements java.util.RandomAccess
AbstractDoubleBigList.DoubleRandomAccessSubList, AbstractDoubleBigList.DoubleSubList
Constructor and Description |
---|
DoubleRandomAccessSubList(DoubleBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
DoubleBigList |
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, getDouble, getElements, listIterator, rem, removeDouble, removeElements, set, size64, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekDouble, pop, popDouble, push, push, remove, set, setElements, size, size, top, topDouble, toString
add, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toDoubleArray, toDoubleArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, remove, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toDoubleArray, toDoubleArray
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
forEach, forEach
public DoubleRandomAccessSubList(DoubleBigList l, long from, long to)
public DoubleBigList subList(long from, long to)
DoubleBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Double>
subList
in interface DoubleBigList
subList
in class AbstractDoubleBigList.DoubleSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)