- AbstractBooleanBigList - Class in it.unimi.dsi.fastutil.booleans
-
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
- AbstractBooleanBigList() - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
- AbstractBooleanBigList.BooleanRandomAccessSubList - Class in it.unimi.dsi.fastutil.booleans
-
- AbstractBooleanBigList.BooleanSubList - Class in it.unimi.dsi.fastutil.booleans
-
A class implementing a sublist view.
- AbstractIndexBasedBigIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.AbstractIndexBasedBigIterator
-
- AbstractIndexBasedBigListIterator(long, long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.AbstractIndexBasedBigListIterator
-
- AbstractIndexBasedSpliterator(long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBigSpliterators.AbstractIndexBasedSpliterator
-
- add(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
- add(long, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
- add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- add(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- add(long, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Inserts the specified element at the specified position in this type-specific big list (optional operation).
- add(long, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
- add(long, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.AbstractIndexBasedBigListIterator
-
Add the given item at the given index.
- add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.AbstractIndexBasedBigListIterator
-
- add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.BigListIteratorListIterator
-
- addAll(long, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
Adds all of the elements in the specified collection to this list (optional operation).
- addAll(Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
- addAll(long, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
- addAll(long, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- addAll(long, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- addAll(long, BooleanBigList) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- addAll(long, BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).
- addAll(long, BooleanBigList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).
- addAll(BooleanBigList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).
- addAll(long, BooleanList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Inserts all of the elements in the specified type-specific list into this type-specific big list at the specified position (optional operation).
- addAll(BooleanList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Appends all of the elements in the specified type-specific list to the end of this type-specific big list (optional operation).
- addElements(long, boolean[][], long, long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, boolean[][]) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, boolean[][], long, long) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList.BooleanSubList
-
- addElements(long, boolean[][]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- addElements(long, boolean[][], long, long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigList
-
Add (hopefully quickly) elements to this type-specific big list.
- asBigListIterator(BooleanListIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBigListIterators
-
Returns a big-list iterator backed by the specified list iterator.