public static class AbstractLongList.LongRandomAccessSubList extends AbstractLongList.LongSubList implements java.util.RandomAccess
AbstractLongList.LongRandomAccessSubList, AbstractLongList.LongSubListfrom, l, to| Constructor and Description |
|---|
LongRandomAccessSubList(LongList l,
int from,
int to) |
| 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, addElements, getElements, getLong, listIterator, rem, removeElements, removeLong, set, setElements, size, spliteratoraddAll, addAll, addElements, clear, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekLong, popLong, push, replaceAll, size, toArray, toLongArray, topLong, toStringadd, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toLongArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, contains, get, indexOf, lastIndexOf, of, of, of, of, of, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortcontainsAll, isEmpty, removeAll, retainAll, toArray, toArraycontainsAll, longIterator, longParallelStream, longSpliterator, longStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toLongArrayforEach, forEachpublic LongRandomAccessSubList(LongList l, int from, int to)
public LongList subList(int from, int to)
LongListfrom, inclusive, to the index to, exclusive.subList in interface LongListsubList in interface java.util.List<java.lang.Long>subList in class AbstractLongList.LongSubListList.subList(int,int)