public static class LongLists.SynchronizedRandomAccessList extends LongLists.SynchronizedList implements RandomAccess, Serializable
| Modifier and Type | Method and Description |
|---|---|
LongList |
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, getElements, getLong, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeElements, removeLong, set, set, setElements, setElements, setElements, size, sort, sort, unstableSort, unstableSortadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, toArray, toArray, toArray, toLongArray, toLongArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArrayaddAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toLongArray, toLongArrayparallelStream, streamforEach, forEachpublic LongList subList(int from, int to)
LongListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in List.subList(int,int).
subList in interface LongListsubList in interface List<Long>subList in class LongLists.SynchronizedListList.subList(int,int)