public static class DoubleLists.UnmodifiableRandomAccessList extends DoubleLists.UnmodifiableList implements RandomAccess, Serializable
| 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, addAll, addElements, addElements, compareTo, equals, get, getDouble, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeDouble, removeElements, set, set, sizeadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toDoubleArray, toDoubleArray, toStringadd, addaddAll, clear, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayaddAll, contains, contains, containsAll, rem, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArrayparallelStream, removeIf, streamforEach, forEachpublic 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 List<Double>subList in class DoubleLists.UnmodifiableListfrom - low endpoint (inclusive) of the subListto - high endpoint (exclusive) of the subListList.subList(int,int)