Class AbstractBooleanList.BooleanRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<Boolean>
it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
it.unimi.dsi.fastutil.booleans.AbstractBooleanList
it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanRandomAccessSubList
- All Implemented Interfaces:
BooleanCollection,BooleanIterable,BooleanList,BooleanStack,Stack<Boolean>,Serializable,Comparable<List<? extends Boolean>>,Iterable<Boolean>,Collection<Boolean>,List<Boolean>,RandomAccess,SequencedCollection<Boolean>
- Direct Known Subclasses:
BooleanArrayList.SubList
- Enclosing class:
AbstractBooleanList
public static class AbstractBooleanList.BooleanRandomAccessSubList
extends AbstractBooleanList.BooleanSubList
implements RandomAccess
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
AbstractBooleanList.BooleanRandomAccessSubList, AbstractBooleanList.BooleanSubList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubList(int from, int to) Returns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
add, add, addAll, addAll, addAll, addElements, getBoolean, getElements, listIterator, rem, removeBoolean, removeElements, set, setElements, size, spliteratorMethods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, hashCode, indexOf, iterator, lastIndexOf, listIterator, peekBoolean, popBoolean, push, size, toArray, toBooleanArray, topBoolean, toStringMethods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toBooleanArrayMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toBooleanArrayMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterable
forEachMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanList
add, add, addAll, contains, get, indexOf, lastIndexOf, remove, remove, replaceAll, replaceAll, set, setElements, setElements, sort, sort, unstableSort, unstableSortMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanStack
peek, pop, push, topMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, isEmpty, removeAll, removeFirst, removeLast, retainAll, reversed, toArray, toArray
-
Constructor Details
-
BooleanRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:BooleanListReturns a type-specific view of the portion of this list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceBooleanList- Specified by:
subListin interfaceList<Boolean>- Overrides:
subListin classAbstractBooleanList.BooleanSubList- See Also:
-