public static class LongList.SubList extends java.lang.Object implements LongList
LongList.Base, LongList.SubList
Constructor and Description |
---|
SubList(LongList list,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
LongIterator |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAll, addAll, addAllLongs, addAllLongs, addAllLongsAt, addAllLongsAt, addLong, addLongAt, binarySearch, clear, contains, containsAll, copy, create, create, get, getLong, indexOf, indexOfLong, isEmpty, lastIndexOf, lastIndexOfLong, listIterator, listIterator, of, remove, remove, removeAll, removeIf, removeLongAt, replaceAll, replaceAllLongs, retainAll, set, setLong, sort, sortLongs, sortLongs, spliterator, subList, toArray, toArray
toLongArray
containsAllLongs, containsAllLongs, containsAnyLongs, containsAnyLongs, containsLong, forEach, forEachLong, from, from, longStream, once, once, parallelLongStream, removeAllLongs, removeAllLongs, removeLong, removeLongsIf, retainAllLongs, retainAllLongs, sequence
public SubList(LongList list, int from, int to)
public LongIterator iterator()
iterator
in interface java.lang.Iterable<java.lang.Long>
iterator
in interface java.util.Collection<java.lang.Long>
iterator
in interface java.util.List<java.lang.Long>
iterator
in interface LongIterable
public int size()
size
in interface java.util.Collection<java.lang.Long>
size
in interface java.util.List<java.lang.Long>