public static class DoubleList.SubList extends java.lang.Object implements DoubleList
DoubleList.Base, DoubleList.SubList
Constructor and Description |
---|
SubList(DoubleList list,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
DoubleIterator |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAll, addAll, addAllDoubles, addAllDoubles, addAllDoublesAt, addAllDoublesAt, addDouble, addDoubleAt, addDoubleExactly, binarySearchExactly, clear, contains, containsAll, copy, create, create, get, getDouble, indexOf, indexOfDouble, indexOfDoubleExactly, isEmpty, lastIndexOf, lastIndexOfDouble, lastIndexOfDoubleExactly, listIterator, listIterator, of, remove, remove, removeAll, removeDoubleAt, removeIf, replaceAll, replaceAllDoubles, retainAll, set, setDouble, sort, sortDoubles, sortDoubles, spliterator, subList, toArray, toArray
addDouble, toDoubleArray
containsAllDoubles, containsAllDoubles, containsAllDoublesExactly, containsAllDoublesExactly, containsAnyDoubles, containsAnyDoubles, containsAnyDoublesExactly, containsAnyDoublesExactly, containsDouble, containsDoubleExactly, doubleStream, forEach, forEachDouble, from, from, once, once, parallelDoubleStream, removeAllDoubles, removeAllDoubles, removeAllDoublesExactly, removeAllDoublesExactly, removeDouble, removeDoubleExactly, removeDoublesIf, retainAllDoubles, retainAllDoubles, retainAllDoublesExactly, retainAllDoublesExactly, sequence
public SubList(DoubleList list, int from, int to)
public DoubleIterator iterator()
iterator
in interface java.lang.Iterable<java.lang.Double>
iterator
in interface java.util.Collection<java.lang.Double>
iterator
in interface java.util.List<java.lang.Double>
iterator
in interface DoubleIterable
public int size()
size
in interface java.util.Collection<java.lang.Double>
size
in interface java.util.List<java.lang.Double>