BooleanCollection, BooleanIterable, BooleanList, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Boolean>>, java.lang.Iterable<java.lang.Boolean>, java.util.Collection<java.lang.Boolean>, java.util.List<java.lang.Boolean>, java.util.RandomAccesspublic static class BooleanLists.UnmodifiableRandomAccessList extends BooleanLists.UnmodifiableList implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method | 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. |
addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toBooleanArray, toBooleanArrayadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toBooleanArray, toBooleanArray, toStringforEach, forEachadd, add, contains, removeadd, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getBoolean, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeBoolean, removeElements, set, set, sizepublic BooleanList subList(int from, int to)
BooleanListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface BooleanListsubList in interface java.util.List<java.lang.Boolean>subList in class BooleanLists.UnmodifiableListList.subList(int,int)