Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

a - Variable in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
The backing array.
AbstractBooleanCollection - Class in it.unimi.dsi.fastutil.booleans
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractBooleanCollection() - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
AbstractBooleanIterator - Class in it.unimi.dsi.fastutil.booleans
An abstract class facilitating the creation of type-specific iterators.
AbstractBooleanIterator() - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
 
AbstractBooleanList - Class in it.unimi.dsi.fastutil.booleans
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractBooleanList() - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
AbstractBooleanList.BooleanRandomAccessSubList - Class in it.unimi.dsi.fastutil.booleans
 
AbstractBooleanList.BooleanSubList - Class in it.unimi.dsi.fastutil.booleans
A class implementing a sublist view.
AbstractBooleanSpliterator - Class in it.unimi.dsi.fastutil.booleans
An abstract class facilitating the creation of type-specific iterators.
AbstractBooleanSpliterator() - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanSpliterator
 
AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Ensures that this collection contains the specified element (optional operation).
add(Boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Inserts the specified element at the specified position in this list (optional operation).
add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Ensures that this collection contains the specified element (optional operation).
add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
add(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Inserts the specified element into the list (optional operation).
add(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Ensures that this collection contains the specified element (optional operation).
add(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
Add the given item at the given index.
add(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
add(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Appends the specified element to the end of this list (optional operation).
add(int, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
add(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
add(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Inserts the specified element into the list (optional operation).
add(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
add(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
add(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
add(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
addAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
addAll(Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
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.AbstractBooleanList
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
addAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Adds all elements of the given type-specific collection to this collection.
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
addAll(BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
addAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
addAll(int, BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, BooleanList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(BooleanList) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Appends all of the elements in the specified type-specific list to the end of this type-specific list (optional operation).
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addAll(BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addAll(BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addAll(int, Collection<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
addAll(int, BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
addAll(BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
addAll(int, BooleanList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, boolean[]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, boolean[], int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
addElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
addElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
addElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
all(BooleanIterator, BooleanPredicate) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
and(BooleanPredicate) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(Predicate<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Deprecated.
Please use the corresponding type-specific method instead.
any(BooleanIterator, BooleanPredicate) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(boolean, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBinaryOperator
Computes the operator on the given inputs.
apply(Boolean, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanUnaryOperator
Computes the operator on the given input.
apply(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
asBooleanIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Wraps a standard iterator into a type-specific iterator.
asBooleanIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Wraps a standard list iterator into a type-specific list iterator.
asBooleanSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asBooleanSpliterator(Spliterator, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asCollection(BooleanIterable) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns an unmodifiable collection backed by the specified iterable.
asIterator(BooleanSpliterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asSpliterator(BooleanIterator, long, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(BooleanIterator, long, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(BooleanIterator, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(BooleanIterator, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
BooleanArrayList - Class in it.unimi.dsi.fastutil.booleans
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanArrayList(boolean[], boolean) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list using a given array.
BooleanArrayList(int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list with given capacity.
BooleanArrayList() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list with BooleanArrayList.DEFAULT_INITIAL_CAPACITY capacity.
BooleanArrayList(Collection<? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with a given collection.
BooleanArrayList(BooleanCollection) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with a given type-specific collection.
BooleanArrayList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with a given type-specific list.
BooleanArrayList(boolean[]) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with the elements of a given array.
BooleanArrayList(boolean[], int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with the elements of a given array.
BooleanArrayList(Iterator<? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with the elements returned by an iterator..
BooleanArrayList(BooleanIterator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
BooleanBidirectionalIterable - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
BooleanBidirectionalIterator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
BooleanBigListIterator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific BigListIterator.
BooleanBinaryOperator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
BooleanBooleanImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanBooleanImmutablePair(boolean, boolean) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanBooleanMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanBooleanMutablePair(boolean, boolean) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanBooleanPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanByteImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanByteImmutablePair(boolean, byte) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanByteMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanByteMutablePair(boolean, byte) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanBytePair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanCharImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanCharImmutablePair(boolean, char) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanCharMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanCharMutablePair(boolean, char) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanCharPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanCollection - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanCollections - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific collections.
BooleanCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.booleans
An immutable class representing an empty type-specific collection.
BooleanCollections.IterableCollection - Class in it.unimi.dsi.fastutil.booleans
A collection wrapper class for iterables.
BooleanDoubleImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanDoubleImmutablePair(boolean, double) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanDoubleMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanDoubleMutablePair(boolean, double) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanDoublePair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanFloatImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanFloatImmutablePair(boolean, float) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanFloatMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanFloatMutablePair(boolean, float) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanFloatPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanHash - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Hash interface.
BooleanHash.Strategy - Interface in it.unimi.dsi.fastutil.booleans
A type-specific hash strategy.
BooleanImmutableList - Class in it.unimi.dsi.fastutil.booleans
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanImmutableList(boolean[]) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list using a given array.
BooleanImmutableList(Collection<? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list and fills it with a given collection.
BooleanImmutableList(BooleanCollection) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
BooleanImmutableList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list and fills it with a given type-specific list.
BooleanImmutableList(boolean[], int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list and fills it with the elements of a given array.
BooleanImmutableList(BooleanIterator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
BooleanIntImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanIntImmutablePair(boolean, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanIntMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanIntMutablePair(boolean, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanIntPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanIterable - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Iterable that strengthens that specification of BooleanIterable.iterator() and BooleanIterable.forEach(Consumer).
BooleanIterators - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific iterators.
BooleanIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.booleans
A skeletal implementation for an iterator backed by an index-based data store.
BooleanIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.booleans
A skeletal implementation for a list-iterator backed by an index-based data store.
BooleanIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.booleans
A class returning no elements and a type-specific iterator interface.
BooleanIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.booleans
An unmodifiable wrapper class for bidirectional iterators.
BooleanIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.booleans
An unmodifiable wrapper class for iterators.
BooleanIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.booleans
An unmodifiable wrapper class for list iterators.
BooleanList - Interface in it.unimi.dsi.fastutil.booleans
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanListIterator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific bidirectional iterator that is also a ListIterator.
BooleanLists - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific lists.
BooleanLists.EmptyList - Class in it.unimi.dsi.fastutil.booleans
An immutable class representing an empty type-specific list.
BooleanLists.Singleton - Class in it.unimi.dsi.fastutil.booleans
An immutable class representing a type-specific singleton list.
BooleanLists.SynchronizedList - Class in it.unimi.dsi.fastutil.booleans
A synchronized wrapper class for lists.
BooleanLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.booleans
A synchronized wrapper class for random-access lists.
BooleanLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.booleans
An unmodifiable wrapper class for lists.
BooleanLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.booleans
An unmodifiable wrapper class for random-access lists.
BooleanLongImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanLongImmutablePair(boolean, long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanLongMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanLongMutablePair(boolean, long) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanLongPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanObjectImmutablePair(boolean, V) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanObjectMutablePair(boolean, V) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanObjectPair<V> - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanPredicate - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
BooleanRandomAccessSubList(BooleanList, int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanRandomAccessSubList
 
BooleanReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanReferenceImmutablePair(boolean, V) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanReferenceMutablePair(boolean, V) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanReferencePair<V> - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanShortImmutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanShortImmutablePair(boolean, short) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
BooleanShortMutablePair - Class in it.unimi.dsi.fastutil.booleans
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanShortMutablePair(boolean, short) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
Creates a new type-specific mutable Pair with given left and right value.
BooleanShortPair - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanSpliterators - Class in it.unimi.dsi.fastutil.booleans
A class providing static methods and objects that do useful things with type-specific spliterators.
BooleanSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.booleans
A skeletal implementation for a spliterator backed by an index based data store.
BooleanSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.booleans
A skeletal implementation for a spliterator backed by an index based data store.
BooleanSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.booleans
A class returning no elements and a type-specific spliterator interface.
BooleanSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.booleans
A skeletal implementation for a spliterator backed by an index based data store.
BooleanStack - Interface in it.unimi.dsi.fastutil.booleans
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
BooleanSubList(BooleanList, int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
BooleanUnaryOperator - Interface in it.unimi.dsi.fastutil.booleans
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.

C

characteristics() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
clear() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
 
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Compares this list to another object.
compareTo(BooleanArrayList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Compares this array list to another array list.
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
compareTo(BooleanImmutableList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
compareTo(List<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next BooleanSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and BooleanSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(BooleanIterator...) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Concatenates all iterators contained in an array.
concat(BooleanIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Concatenates a sequence of iterators contained in an array.
concat(BooleanSpliterator...) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Concatenates all spliterators contained in an array.
concat(BooleanSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Returns true if this list contains the specified element.
contains(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
contains(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
contains(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
containsAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
containsAll(BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
containsAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
The initial default capacity of an array list.

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
equals(BooleanArrayList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
equals(boolean, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(BooleanImmutableList) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the left element of this pair (optional operation).
first(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Returns the left element of this pair.
firstBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the left element of this pair.
forEach(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
forEach(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
Deprecated.
forEach(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
forEach(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
forEach(BooleanConsumer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterable
Performs the given action for each element of this type-specific Iterable until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
forEach(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
Deprecated.
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
Initial (inclusive) index of this sublist.

G

get(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
getBoolean(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns the element at the specified position in this list.
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
getBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, boolean[], int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
getElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
hashCode(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
 
i - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
identity() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Returns a BooleanPredicate that returns the boolean to be tested unmodified.
identity() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
indexOf(BooleanIterator, BooleanPredicate) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns the index of the first element returned by the given iterator that satisfies the given predicate, or −1 if no such element was found.
indexOf(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
isEmpty() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
it.unimi.dsi.fastutil.booleans - package it.unimi.dsi.fastutil.booleans
 
iterable - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
IterableCollection(BooleanIterable) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
iterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterable
Returns a type-specific iterator.
iterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 

K

key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the left element of this pair (optional operation).
key(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Returns the left element of this pair.
keyBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the left element of this pair.

L

l - Variable in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
The list this sublist restricts.
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
lastIndexOf(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
The last returned index by a call to BooleanIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
left(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
left(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the left element of this pair (optional operation).
left(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Returns the left element of this pair.
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
leftBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
leftBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns a lexicographical comparator for pairs.
list - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
list - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
listIterator() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 

M

makeForSplit(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
Make a new spliterator to BooleanSpliterators.AbstractIndexBasedSpliterator.trySplit() starting with the given pos and ending at the given maxPos.
maxPos - Variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EarlyBindingSizeIndexBasedSpliterator
maxPos - Variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
The maximum BooleanSpliterators.AbstractIndexBasedSpliterator.pos can be, or -1 if it hasn't been fixed yet.
minPos - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
The minimum pos can be, and is the logical start of the "range".

N

negate() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Returns a BooleanPredicate that returns the negation of the boolean to be tested.
negation() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanUnaryOperator
Returns a UnaryOperator that always returns the logical negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
nextBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
nextBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
nextBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
 
nextBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 

O

of() - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates a new empty array list.
of(boolean...) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Creates an array list using an array of elements.
of(boolean, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, boolean) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, byte) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, byte) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, byte) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, char) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, char) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, char) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, double) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, double) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, double) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, float) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, float) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, float) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Returns an empty immutable list.
of(boolean...) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Creates an immutable list using a list of elements.
of(boolean, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, int) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns an immutable empty list.
of(boolean) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns an immutable list with the element given.
of(boolean, boolean) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns an immutable list with the elements given.
of(boolean, boolean, boolean) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns an immutable list with the elements given.
of(boolean...) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns an immutable list with the elements given.
of(boolean, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, long) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, V) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, V) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, V) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, V) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, V) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, V) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, short) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(boolean, short) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(boolean, short) - Static method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns a new type-specific immutable Pair with given left and right value.
onEachMatching(BooleanSpliterator, BooleanPredicate, BooleanConsumer) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Perform the given action on each element that matches the given predicate.
or(BooleanPredicate) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(Predicate<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

peek(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Deprecated.
Please use the corresponding type-specific method instead.
peekBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
peekBoolean(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Peeks at an element on the stack (optional operation).
pop() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Deprecated.
Please use the corresponding type-specific method instead.
popBoolean() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
popBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Pops the top off the stack.
pos - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to BooleanIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to BooleanSpliterators.AbstractIndexBasedSpliterator.tryAdvance(it.unimi.dsi.fastutil.booleans.BooleanConsumer).
pour(BooleanIterator, BooleanCollection, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(BooleanIterator, BooleanCollection) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Pours an iterator into a type-specific collection.
pour(BooleanIterator, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(BooleanIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator
Returns the previous element as a primitive type.
previousBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
previousBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
previousBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
previousBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
push(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
push(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Pushes the given object on the stack.
push(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
rem(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
rem(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
remove() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
removeAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
removeAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
removeAll(BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
removeAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
removeAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Removes the element at the specified position in this list (optional operation).
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
removeBoolean(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Removes the element at the specified position in this list (optional operation).
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
removeBoolean(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
removeIf(Predicate<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(BooleanPredicate) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
Deprecated.
removeIf(BooleanPredicate) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
removeIf(Predicate<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
removeIf(BooleanPredicate) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
replaceAll(BooleanUnaryOperator) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(UnaryOperator<Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
replaceAll(BooleanUnaryOperator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
replaceAll(UnaryOperator<Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
replaceAll(BooleanUnaryOperator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
replaceAll(BooleanUnaryOperator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
replaceAll(UnaryOperator<Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
retainAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
retainAll(BooleanCollection) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
retainAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
retainAll(BooleanCollection) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
right(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the right element of this pair (optional operation).
right(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
right(char) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(char) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the right element of this pair (optional operation).
right(Character) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
right(double) - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the right element of this pair (optional operation).
right(Double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
right(float) - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right(float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the right element of this pair (optional operation).
right(Float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
right(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the right element of this pair (optional operation).
right(Integer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
right(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the right element of this pair (optional operation).
right(Long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
right(short) - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
right(short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the right element of this pair (optional operation).
right(Short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
rightBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
 
rightBoolean() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
 
rightBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the right element of this pair.
rightFloat() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
 
rightFloat() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
 
rightFloat() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the right element of this pair.
rightShort() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
 
rightShort() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
 
rightShort() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the right element of this pair (optional operation).
second(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(char) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the right element of this pair (optional operation).
second(Character) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the right element of this pair (optional operation).
second(Double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second(float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the right element of this pair (optional operation).
second(Float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the right element of this pair (optional operation).
second(Integer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the right element of this pair (optional operation).
second(Long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
second(short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the right element of this pair (optional operation).
second(Short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
secondBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the right element of this pair.
secondFloat() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the right element of this pair.
secondShort() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the right element of this pair.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
set(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
Sets the given item at the given index.
set(boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedListIterator
 
set(int, boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
set(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Replaces the last element returned by BooleanListIterator.next() or BooleanListIterator.previous() with the specified element (optional operation).
set(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
set(int, Boolean) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(boolean[]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Set (hopefully quickly) elements to match the array given.
setElements(int, boolean[]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Set (hopefully quickly) elements to match the array given.
setElements(int, boolean[], int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Set (hopefully quickly) elements to match the array given.
setElements(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
setElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
setElements(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
setElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
setElements(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
setElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
setElements(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
setElements(int, boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
setElements(int, boolean[], int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
shuffle(BooleanList, Random) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns an immutable iterator that iterates just over the given element.
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a type-specific immutable list containing only the specified element.
Singleton(boolean) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
singleton(boolean) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Returns a spliterator that iterates just over the given element.
singleton(boolean, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Returns a spliterator that iterates just over the given element.
size() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
size - Variable in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
size(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
skip(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator
skip(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
sort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
sort(Comparator<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
sort(BooleanComparator) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Sort a list using a type-specific comparator.
sort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
sort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
sort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
sort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
sort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
sort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
sort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
sort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIterable
Returns a type-specific spliterator on the elements of this iterable.
spliterator() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Returns a type-specific view of the portion of this list from the index from, inclusive, to the index to, exclusive.
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableRandomAccessList
 
synchronize(BooleanCollection) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns a synchronized collection backed by the specified collection.
synchronize(BooleanCollection, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(BooleanList) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(BooleanList, Object) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
SynchronizedList(BooleanList, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
SynchronizedList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
SynchronizedRandomAccessList(BooleanList, Object) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedRandomAccessList
 

T

test(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Evaluates this predicate on the given input.
test(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanPredicate
Deprecated.
Please use the corresponding type-specific method instead.
to - Variable in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList.BooleanSubList
Final (exclusive) index of this sublist.
toArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
toArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
toArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
toArray(boolean[]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
toArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
toBooleanArray() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
toBooleanArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toBooleanArray() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
toBooleanArray() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Returns a primitive type array containing the items of this collection.
toBooleanArray(boolean[]) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toBooleanArray() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
 
toBooleanArray(boolean[]) - Method in class it.unimi.dsi.fastutil.booleans.BooleanCollections.EmptyCollection
Deprecated.
toBooleanArray() - Method in class it.unimi.dsi.fastutil.booleans.BooleanImmutableList
 
toBooleanArray() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
top() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Deprecated.
Please use the corresponding type-specific method instead.
topBoolean() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
topBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanStack
Peeks at the top of the stack (optional operation).
toString() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
 
toString() - Method in class it.unimi.dsi.fastutil.booleans.AbstractBooleanList
 
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanBooleanMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanFloatMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.booleans.BooleanShortMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Trims the backing array if it is too large.
tryAdvance(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(BooleanConsumer) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

unmodifiable(BooleanCollection) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(BooleanIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(BooleanBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(BooleanListIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(BooleanList) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(BooleanBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(BooleanIterator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableIterator
 
UnmodifiableList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
UnmodifiableListIterator(BooleanListIterator) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(BooleanList) - Constructor for class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableRandomAccessList
 
unstableSort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
 
unstableSort(Comparator<? super Boolean>) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(BooleanComparator) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanList
Sorts this list using a sort not assured to be stable.
unstableSort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
 
unstableSort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.EmptyList
Deprecated.
unstableSort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
 
unstableSort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.Singleton
Deprecated.
unstableSort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
 
unstableSort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.SynchronizedList
Deprecated.
unstableSort(BooleanComparator) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
 
unstableSort(Comparator<? super Boolean>) - Method in class it.unimi.dsi.fastutil.booleans.BooleanLists.UnmodifiableList
Deprecated.
unwrap(BooleanIterator, boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(BooleanIterator, boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into an array.
unwrap(BooleanIterator, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(BooleanIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator, returning an array.
unwrap(BooleanIterator, boolean[][], long, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(BooleanIterator, boolean[][]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into a big array.
unwrap(BooleanIterator, BooleanCollection, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(BooleanIterator, BooleanCollection) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(BooleanIterator, long) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(BooleanIterator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.booleans.BooleanShortPair
Returns the right element of this pair.

W

wrap(boolean[], int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Wraps a given array into an array list of given size.
wrap(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanArrayList
Wraps a given array into an array list.
wrap(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanIterators
Wraps the given array into a type-specific list iterator.
wrap(boolean[], int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(boolean[]) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given array into a type-specific spliterator.
wrap(boolean[], int, int, int) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrapPreSorted(boolean[], int, int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(boolean[], int, int, BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(boolean[], BooleanComparator) - Static method in class it.unimi.dsi.fastutil.booleans.BooleanSpliterators
Wraps the given sorted array into a type-specific spliterator.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links