public static class AbstractBooleanBigList.BooleanRandomAccessSubList extends AbstractBooleanBigList.BooleanSubList implements java.util.RandomAccess
AbstractBooleanBigList.BooleanRandomAccessSubList, AbstractBooleanBigList.BooleanSubList
Constructor and Description |
---|
BooleanRandomAccessSubList(BooleanBigList l,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
BooleanBigList |
subList(long from,
long to)
Returns a type-specific view of the portion of this type-specific big list from the index
from , inclusive, to the index to , exclusive. |
add, add, addAll, addAll, addAll, addElements, getBoolean, getElements, listIterator, rem, removeBoolean, removeElements, set, size64, spliterator
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekBoolean, pop, popBoolean, push, push, remove, set, setElements, size, size, top, topBoolean, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toBooleanArray, toBooleanArray
addAll, addAll, addAll, setElements, setElements
add, contains, containsAll, remove, removeAll, removeIf, removeIf, retainAll, toArray, toBooleanArray, toBooleanArray
containsAll, isEmpty, parallelStream, removeAll, retainAll, stream, toArray, toArray
forEach
public BooleanRandomAccessSubList(BooleanBigList l, long from, long to)
public BooleanBigList subList(long from, long to)
BooleanBigList
from
, inclusive, to the index to
, exclusive.subList
in interface BigList<java.lang.Boolean>
subList
in interface BooleanBigList
subList
in class AbstractBooleanBigList.BooleanSubList
from
- the starting element (inclusive).to
- the ending element (exclusive).BigList.subList(long,long)