Package it.unimi.dsi.fastutil.booleans
Class AbstractBooleanBigList.BooleanRandomAccessSubList
java.lang.Object
java.util.AbstractCollection<java.lang.Boolean>
it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanRandomAccessSubList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Boolean>,BooleanBigList,BooleanCollection,it.unimi.dsi.fastutil.booleans.BooleanIterable,BooleanStack,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<java.lang.Boolean>,java.io.Serializable,java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Boolean>>,java.lang.Iterable<java.lang.Boolean>,java.util.Collection<java.lang.Boolean>,java.util.RandomAccess
- Enclosing class:
- AbstractBooleanBigList
public static class AbstractBooleanBigList.BooleanRandomAccessSubList extends AbstractBooleanBigList.BooleanSubList implements java.util.RandomAccess
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
AbstractBooleanBigList.BooleanRandomAccessSubList, AbstractBooleanBigList.BooleanSubList -
Constructor Summary
Constructors Constructor Description BooleanRandomAccessSubList(BooleanBigList l, long from, long to) -
Method Summary
Modifier and Type Method Description BooleanBigListsubList(long from, long to)Returns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
add, add, addAll, addAll, addAll, addElements, getBoolean, getElements, listIterator, rem, removeBoolean, removeElements, set, size64, spliteratorMethods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
add, addAll, addAll, addElements, clear, compareTo, contains, equals, forEach, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, peek, peekBoolean, pop, popBoolean, push, push, remove, set, setElements, size, size, top, topBoolean, toStringMethods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toArray, toBooleanArray, 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.BooleanBigList
addAll, addAll, addAll, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanCollection
add, contains, containsAll, remove, removeAll, removeIf, removeIf, retainAll, toArray, toBooleanArray, toBooleanArrayMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterable
forEachMethods inherited from interface java.util.Collection
containsAll, isEmpty, parallelStream, removeAll, retainAll, stream, toArray, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.Stack
isEmpty
-
Constructor Details
-
BooleanRandomAccessSubList
-
-
Method Details
-
subList
Description copied from interface:BooleanBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Boolean>- Specified by:
subListin interfaceBooleanBigList- Overrides:
subListin classAbstractBooleanBigList.BooleanSubList- See Also:
BigList.subList(long,long)
-