DoubleCollection, DoubleIterable, DoubleList, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Double>>, java.lang.Iterable<java.lang.Double>, java.util.Collection<java.lang.Double>, java.util.List<java.lang.Double>, java.util.RandomAccesspublic static class DoubleLists.SynchronizedRandomAccessList extends DoubleLists.SynchronizedList implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method | 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. |
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toDoubleArray, toDoubleArrayadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, toArray, toArray, toArray, toDoubleArray, toDoubleArray, toStringforEach, forEachadd, add, contains, removeadd, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getDouble, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeDouble, removeElements, set, set, sizepublic DoubleList subList(int from, int to)
DoubleListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface DoubleListsubList in interface java.util.List<java.lang.Double>subList in class DoubleLists.SynchronizedListList.subList(int,int)