Package it.unimi.dsi.fastutil.booleans
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>
- 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
-
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, spliterator
Methods 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, toString
Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
add, contains, containsAll, containsAll, remove, removeAll, removeAll, retainAll, retainAll, toBooleanArray
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanCollection
containsAll, removeAll, removeIf, removeIf, retainAll, toBooleanArray
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterable
forEach
Methods 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, unstableSort
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanStack
peek, pop, push, top
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods 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:BooleanList
Returns a type-specific view of the portion of this list from the indexfrom
, inclusive, to the indexto
, exclusive.- Specified by:
subList
in interfaceBooleanList
- Specified by:
subList
in interfaceList<Boolean>
- Overrides:
subList
in classAbstractBooleanList.BooleanSubList
- See Also:
-