public static class BooleanLists.SynchronizedRandomAccessList extends BooleanLists.SynchronizedList implements RandomAccess, Serializable
listcollection, sync| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizedRandomAccessList(BooleanList l) |
protected |
SynchronizedRandomAccessList(BooleanList l,
Object sync) |
| 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, addAll, addElements, addElements, compareTo, equals, get, getBoolean, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeBoolean, removeElements, set, set, setElements, setElements, setElements, size, sort, sort, unstableSort, unstableSortadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toBooleanArray, toBooleanArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, contains, removeaddAll, clear, containsAll, isEmpty, removeAll, replaceAll, retainAll, size, spliterator, toArray, toArrayaddAll, contains, containsAll, rem, removeAll, retainAll, toArray, toBooleanArray, toBooleanArrayparallelStream, removeIf, streamforEach, forEachprotected SynchronizedRandomAccessList(BooleanList l, Object sync)
protected SynchronizedRandomAccessList(BooleanList l)
public 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 List<Boolean>subList in class BooleanLists.SynchronizedListList.subList(int,int)Copyright © 2020. All rights reserved.