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
All Methods Instance Methods Concrete Methods 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, 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 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
-
-
-
-
Constructor Detail
-
BooleanRandomAccessSubList
public BooleanRandomAccessSubList(BooleanList l, int from, int to)
-
-
Method Detail
-
subList
public BooleanList subList(int from, int to)
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)
-
-