Package it.unimi.dsi.fastutil.booleans
Class AbstractBooleanList.BooleanRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.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<java.lang.Boolean>,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.RandomAccess
- Enclosing class:
- AbstractBooleanList
public static class AbstractBooleanList.BooleanRandomAccessSubList extends AbstractBooleanList.BooleanSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
AbstractBooleanList.BooleanRandomAccessSubList, AbstractBooleanList.BooleanSubList -
Constructor Summary
Constructors Constructor Description BooleanRandomAccessSubList(BooleanList l, int from, int to) -
Method Summary
Modifier and Type Method Description BooleanListsubList(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 class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods 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
containsAll, isEmpty, removeAll, retainAll, 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 interfacejava.util.List<java.lang.Boolean>- Overrides:
subListin classAbstractBooleanList.BooleanSubList- See Also:
List.subList(int,int)
-