public static class AbstractBooleanList.BooleanRandomAccessSubList extends AbstractBooleanList.BooleanSubList implements java.util.RandomAccess
AbstractBooleanList.BooleanRandomAccessSubList, AbstractBooleanList.BooleanSubList
Constructor and Description |
---|
BooleanRandomAccessSubList(BooleanList l,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
BooleanList |
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, getBoolean, getElements, listIterator, rem, removeBoolean, removeElements, set, setElements, size, spliterator
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekBoolean, popBoolean, push, size, toArray, toBooleanArray, topBoolean, toString
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toBooleanArray
add, add, addAll, contains, get, indexOf, lastIndexOf, of, of, of, of, of, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSort
containsAll, isEmpty, removeAll, retainAll, toArray, toArray
containsAll, removeAll, removeIf, removeIf, retainAll, toBooleanArray
forEach
peek, pop, push, top
public BooleanRandomAccessSubList(BooleanList l, int from, int to)
public BooleanList subList(int from, int to)
BooleanList
from
, inclusive, to the index to
, exclusive.subList
in interface BooleanList
subList
in interface java.util.List<java.lang.Boolean>
subList
in class AbstractBooleanList.BooleanSubList
List.subList(int,int)