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.floats.FloatArrayList
The backing array.
AbstractFloatCollection - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for collections implementing a type-specific interface.
AbstractFloatCollection() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
AbstractFloatIterator - Class in it.unimi.dsi.fastutil.floats
An abstract class facilitating the creation of type-specific iterators.
AbstractFloatIterator() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatIterator
 
AbstractFloatList - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for lists implementing a type-specific list interface.
AbstractFloatList() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
AbstractFloatList.FloatRandomAccessSubList - Class in it.unimi.dsi.fastutil.floats
 
AbstractFloatList.FloatSubList - Class in it.unimi.dsi.fastutil.floats
A class implementing a sublist view.
AbstractFloatSpliterator - Class in it.unimi.dsi.fastutil.floats
An abstract class facilitating the creation of type-specific iterators.
AbstractFloatSpliterator() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatSpliterator
 
AbstractIndexBasedIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
AbstractIndexBasedListIterator(int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
AbstractIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
add(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Ensures that this collection contains the specified element (optional operation).
add(Float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Inserts the specified element at the specified position in this list (optional operation).
add(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Ensures that this collection contains the specified element (optional operation).
add(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
add(float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
add(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Inserts the specified element into the list (optional operation).
add(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Ensures that this collection contains the specified element (optional operation).
add(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
Add the given item at the given index.
add(float) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
add(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Appends the specified element to the end of this list (optional operation).
add(int, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
add(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
add(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Inserts the specified element into the list (optional operation).
add(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
add(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
add(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
add(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
add(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
addAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
addAll(Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
addAll(int, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Adds all of the elements in the specified collection to this list (optional operation).
addAll(Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
addAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Adds all elements of the given type-specific collection to this collection.
addAll(int, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
addAll(FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Adds all elements of the given type-specific collection to this collection.
addAll(Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
addAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
addAll(int, FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Inserts all of the elements in the specified type-specific collection into this type-specific list at the specified position (optional operation).
addAll(int, FloatList) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Inserts all of the elements in the specified type-specific list into this type-specific list at the specified position (optional operation).
addAll(FloatList) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
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 Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addAll(FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addAll(int, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addAll(int, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addAll(FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addAll(int, Collection<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
addAll(int, FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
addAll(FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
addAll(int, FloatList) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Adds elements to this type-specific list using optimized system calls.
addElements(int, float[]) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, float[], int, int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Add (hopefully quickly) elements to this type-specific list.
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
addElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
addElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
addElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
all(FloatIterator, FloatPredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
all(FloatIterator, DoublePredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns whether all elements returned by the given iterator satisfy the given predicate.
and(FloatPredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical AND of this type-specific predicate and another.
and(DoublePredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
and(Predicate<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Deprecated.
Please use the corresponding type-specific method instead.
any(FloatIterator, FloatPredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
any(FloatIterator, DoublePredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns whether an element returned by the given iterator satisfies the given predicate.
apply(float, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBinaryOperator
Computes the operator on the given inputs.
apply(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBinaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
apply(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatUnaryOperator
Computes the operator on the given input.
apply(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatUnaryOperator
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(double, double) - Method in interface it.unimi.dsi.fastutil.floats.FloatBinaryOperator
applyAsDouble(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatUnaryOperator
Deprecated.
Please use apply(float).
asCollection(FloatIterable) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns an unmodifiable collection backed by the specified iterable.
asFloatIterator(Iterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wraps a standard iterator into a type-specific iterator.
asFloatIterator(ListIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wraps a standard list iterator into a type-specific list iterator.
asFloatSpliterator(Spliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asFloatSpliterator(Spliterator, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps a standard spliterator into a type-specific spliterator.
asIterator(FloatSpliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific Spliterator as a type-specific Iterator
asSpliterator(FloatIterator, long, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSorted(FloatIterator, long, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific, sorted Iterator of a known size as a type-specific Spliterator
asSpliteratorFromSortedUnknownSize(FloatIterator, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific, sorted Iterator of an unknown size as a type-specific Spliterator
asSpliteratorUnknownSize(FloatIterator, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific Iterator of an unknown size as a type-specific Spliterator

B

back(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator
Moves back for the given number of elements.
back(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Moves back for the given number of elements.
back(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
back(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 

C

characteristics() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
characteristics() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
clear() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
clear() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
clear() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
COLLECTION_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators
 
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Compares this list to another object.
compareTo(FloatArrayList) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Compares this array list to another array list.
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
compareTo(FloatImmutableList) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
Compares this immutable list to another immutable list.
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
compareTo(List<? extends Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
computeSplitPoint() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
Compute where to split on the next FloatSpliterators.AbstractIndexBasedSpliterator.trySplit(), given the current pos and FloatSpliterators.AbstractIndexBasedSpliterator.getMaxPos() (or any other metric the implementation wishes to use).
concat(FloatIterator...) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Concatenates all iterators contained in an array.
concat(FloatIterator[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Concatenates a sequence of iterators contained in an array.
concat(FloatSpliterator...) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Concatenates all spliterators contained in an array.
concat(FloatSpliterator[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Concatenates a sequence of spliterators contained in an array.
contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Returns true if this list contains the specified element.
contains(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
contains(float) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
contains(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatSortedPair
Returns true if one of the two elements of this sorted pair is equal to a given element.
contains(Object) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatSortedPair
Deprecated.
Please use the corresponding type-specific method instead.
contains(Object) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
contains(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
containsAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
containsAll(FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Checks whether this collection contains all elements from the given type-specific collection.
containsAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
containsAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 

D

DEFAULT_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.fastutil.floats.FloatArrayList
The initial default capacity of an array list.
doubleIterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns a widened primitive iterator on the elements of this collection.
doubleIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
doubleIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
doubleIterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Returns a widened primitive iterator on the elements of this iterable.
doubleIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
doubleParallelStream() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.
doubleSpliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns widened primitive spliterator on the elements of this collection.
doubleSpliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
doubleSpliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
doubleSpliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Returns widened primitive spliterator on the elements of this iterable.
doubleSpliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
doubleStream() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Return a primitive stream over the elements, performing widening casts if needed.

E

EarlyBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
elements() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Returns the backing array of this list.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.fastutil.floats.FloatIterators
An empty iterator.
EMPTY_LIST - Static variable in class it.unimi.dsi.fastutil.floats.FloatLists
An empty list (immutable).
EMPTY_SPLITERATOR - Static variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators
An empty spliterator.
EmptyCollection() - Constructor for class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
EmptyIterator() - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
emptyList() - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns an empty list (immutable).
EmptyList() - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
EmptySpliterator() - Constructor for class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Ensures that this array list can contain the given number of entries without resizing.
ensureIndex(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Ensures that the given index is nonnegative and not greater than the list size.
ensureRestrictedIndex(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Ensures that the given index is nonnegative and smaller than the list size.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
equals(FloatArrayList) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Compares this type-specific array list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutableSortedPair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
equals(float, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatHash.Strategy
Returns true if the given elements are equal with respect to this hash strategy.
equals(FloatImmutableList) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
Compares this type-specific immutable list to another one.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
estimateSize() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
estimateSize() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 

F

first() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
first() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
first(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the left element of this pair (optional operation).
first(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Returns the left element of this pair.
firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the left element of this pair.
FloatArrayList - Class in it.unimi.dsi.fastutil.floats
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatArrayList(float[], boolean) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list using a given array.
FloatArrayList(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list with given capacity.
FloatArrayList() - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list with FloatArrayList.DEFAULT_INITIAL_CAPACITY capacity.
FloatArrayList(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with a given collection.
FloatArrayList(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with a given type-specific collection.
FloatArrayList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with a given type-specific list.
FloatArrayList(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with the elements of a given array.
FloatArrayList(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with the elements of a given array.
FloatArrayList(Iterator<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with the elements returned by an iterator..
FloatArrayList(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new array list and fills it with the elements returned by a type-specific iterator..
FloatBidirectionalIterable - Interface in it.unimi.dsi.fastutil.floats
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
FloatBidirectionalIterator - Interface in it.unimi.dsi.fastutil.floats
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
FloatBigListIterator - Interface in it.unimi.dsi.fastutil.floats
A type-specific BigListIterator.
FloatBinaryOperator - Interface in it.unimi.dsi.fastutil.floats
A type-specific BinaryOperator; provides methods operating both on objects and on primitives.
FloatBooleanImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatBooleanImmutablePair(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatBooleanMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatBooleanMutablePair(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatBooleanPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatByteImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatByteImmutablePair(float, byte) - Constructor for class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatByteMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatByteMutablePair(float, byte) - Constructor for class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatBytePair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatCharImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatCharImmutablePair(float, char) - Constructor for class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatCharMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatCharMutablePair(float, char) - Constructor for class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatCharPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatCollection - Interface in it.unimi.dsi.fastutil.floats
A type-specific Collection; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatCollections - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific collections.
FloatCollections.EmptyCollection - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific collection.
FloatCollections.IterableCollection - Class in it.unimi.dsi.fastutil.floats
A collection wrapper class for iterables.
FloatDoubleImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatDoubleImmutablePair(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatDoubleMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatDoubleMutablePair(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatDoublePair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatFloatImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatFloatImmutablePair(float, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatFloatImmutableSortedPair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable SortedPair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatFloatMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatFloatMutablePair(float, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatFloatPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatFloatSortedPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific immutable SortedPair.
FloatHash - Interface in it.unimi.dsi.fastutil.floats
A type-specific Hash interface.
FloatHash.Strategy - Interface in it.unimi.dsi.fastutil.floats
A type-specific hash strategy.
FloatImmutableList - Class in it.unimi.dsi.fastutil.floats
A type-specific array-based immutable list; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatImmutableList(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list using a given array.
FloatImmutableList(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list and fills it with a given collection.
FloatImmutableList(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list and fills it with a given type-specific collection.
FloatImmutableList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list and fills it with a given type-specific list.
FloatImmutableList(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list and fills it with the elements of a given array.
FloatImmutableList(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates a new immutable list and fills it with the elements returned by a type-specific iterator..
FloatIntImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatIntImmutablePair(float, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatIntMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatIntMutablePair(float, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatIntPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatIterable - Interface in it.unimi.dsi.fastutil.floats
A type-specific Iterable that strengthens that specification of FloatIterable.iterator() and FloatIterable.forEach(Consumer).
FloatIterators - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific iterators.
FloatIterators.AbstractIndexBasedIterator - Class in it.unimi.dsi.fastutil.floats
A skeletal implementation for an iterator backed by an index-based data store.
FloatIterators.AbstractIndexBasedListIterator - Class in it.unimi.dsi.fastutil.floats
A skeletal implementation for a list-iterator backed by an index-based data store.
FloatIterators.EmptyIterator - Class in it.unimi.dsi.fastutil.floats
A class returning no elements and a type-specific iterator interface.
FloatIterators.UnmodifiableBidirectionalIterator - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for bidirectional iterators.
FloatIterators.UnmodifiableIterator - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for iterators.
FloatIterators.UnmodifiableListIterator - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for list iterators.
FloatList - Interface in it.unimi.dsi.fastutil.floats
A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatListIterator - Interface in it.unimi.dsi.fastutil.floats
A type-specific bidirectional iterator that is also a ListIterator.
FloatLists - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific lists.
FloatLists.EmptyList - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific list.
FloatLists.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton list.
FloatLists.SynchronizedList - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for lists.
FloatLists.SynchronizedRandomAccessList - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for random-access lists.
FloatLists.UnmodifiableList - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for lists.
FloatLists.UnmodifiableRandomAccessList - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for random-access lists.
FloatLongImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatLongImmutablePair(float, long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatLongMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatLongMutablePair(float, long) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatLongPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatObjectImmutablePair<V> - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatObjectImmutablePair(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatObjectMutablePair<V> - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatObjectMutablePair(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatObjectPair<V> - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatPredicate - Interface in it.unimi.dsi.fastutil.floats
A type-specific Predicate; provides methods to test a primitive type both as object and as primitive.
FloatRandomAccessSubList(FloatList, int, int) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatRandomAccessSubList
 
FloatReferenceImmutablePair<V> - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatReferenceImmutablePair(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatReferenceMutablePair<V> - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatReferenceMutablePair(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatReferencePair<V> - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatShortImmutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific immutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatShortImmutablePair(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
Creates a new type-specific immutable Pair with given left and right value.
FloatShortMutablePair - Class in it.unimi.dsi.fastutil.floats
A type-specific mutable Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatShortMutablePair(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
Creates a new type-specific mutable Pair with given left and right value.
FloatShortPair - Interface in it.unimi.dsi.fastutil.floats
A type-specific Pair; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatSpliterators - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific spliterators.
FloatSpliterators.AbstractIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.floats
A skeletal implementation for a spliterator backed by an index based data store.
FloatSpliterators.EarlyBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.floats
A skeletal implementation for a spliterator backed by an index based data store.
FloatSpliterators.EmptySpliterator - Class in it.unimi.dsi.fastutil.floats
A class returning no elements and a type-specific spliterator interface.
FloatSpliterators.LateBindingSizeIndexBasedSpliterator - Class in it.unimi.dsi.fastutil.floats
A skeletal implementation for a spliterator backed by an index based data store.
FloatStack - Interface in it.unimi.dsi.fastutil.floats
A type-specific Stack; provides some additional methods that use polymorphism to avoid (un)boxing.
FloatSubList(FloatList, int, int) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
FloatUnaryOperator - Interface in it.unimi.dsi.fastutil.floats
A type-specific UnaryOperator; provides methods operating both on objects and on primitives.
forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
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(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
forEach(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
Deprecated.
forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
forEach(FloatConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
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(DoubleConsumer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Performs the given action for each element of this type-specific Iterable, performing widening primitive casts, until all elements have been processed or the action throws an exception.
forEach(Consumer<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Deprecated.
Please use the corresponding type-specific method instead.
forEach(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
forEachRemaining(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
Deprecated.
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
forEachRemaining(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
Deprecated.
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
 
forEachRemaining(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
Deprecated.
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
forEachRemaining(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
Deprecated.
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
forEachRemaining(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
forEachRemaining(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
Deprecated.
from - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
Initial (inclusive) index of this sublist.

G

get(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
Get the item corresponding to the given index location.
get(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
Get the item corresponding to the given index location.
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
Copies element of this type-specific list into the given array using optimized system calls.
getElements(int, float[], int, int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Copies (hopefully quickly) elements of this type-specific list into the given array.
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
getElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
getFloat(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns the element at the specified position in this list.
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
getFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
The maximum pos can be, and is the logical end (exclusive) of the "range".
getMaxPos() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EarlyBindingSizeIndexBasedSpliterator
 
getMaxPos() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.LateBindingSizeIndexBasedSpliterator
 
getMaxPosFromBackingStore() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.LateBindingSizeIndexBasedSpliterator
Return the maximum pos can be dynamically tracking the backing data store.

H

hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Returns the hash code for this list, which is identical to List.hashCode().
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
hashCode(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatHash.Strategy
Returns the hash code of the specified element with respect to this hash strategy.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 

I

i - Variable in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
i - Variable in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
 
i - Variable in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
identity() - Static method in interface it.unimi.dsi.fastutil.floats.FloatUnaryOperator
Returns a UnaryOperator that always returns the input unmodified.
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
indexOf(FloatIterator, FloatPredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
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(FloatIterator, DoublePredicate) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
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(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
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.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
indexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
indexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
 
iterable - Variable in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
IterableCollection(FloatIterable) - Constructor for class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterable
Returns a type-specific BidirectionalIterator.
iterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns a type-specific iterator on the elements of this collection.
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
iterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Returns a type-specific iterator.
iterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns a type-specific iterator on the elements of this list.
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 

K

key() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
key() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
key(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the left element of this pair (optional operation).
key(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Returns the left element of this pair.
keyFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the left element of this pair.

L

l - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
The list this sublist restricts.
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
lastIndexOf(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
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.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
lastIndexOf(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
lastIndexOf(Object) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
lastReturned - Variable in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
The last returned index by a call to FloatIterator.next() or, if a list-iterator, {@link java.util.ListIterator#previous().
LateBindingSizeIndexBasedSpliterator(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSpliterators.LateBindingSizeIndexBasedSpliterator
 
LateBindingSizeIndexBasedSpliterator(int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSpliterators.LateBindingSizeIndexBasedSpliterator
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Deprecated.
Please use the corresponding type-specific method instead.
left - Variable in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
left - Variable in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
left(float) - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
left() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
left(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the left element of this pair (optional operation).
left(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Returns the left element of this pair.
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
leftFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
leftFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the left element of this pair.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Returns a lexicographical comparator for pairs.
lexComparator() - Static method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns a lexicographical comparator for pairs.
list - Variable in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
list - Variable in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
LIST_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
listIterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Returns a type-specific list iterator on the list starting at a given index.
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
listIterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns a type-specific list iterator on the list.
listIterator(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns a type-specific list iterator on the list starting at a given index.
listIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
listIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
listIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
listIterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
listIterator(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 

M

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

N

narrow(PrimitiveIterator.OfDouble) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wrap a JDK primitive iterator to a type-specific iterator, making checked narrowed casts.
narrow(Spliterator.OfDouble) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a JDK primitive spliterator to a type-specific spliterator, making checked narrowed casts.
negate() - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
 
negation() - Static method in interface it.unimi.dsi.fastutil.floats.FloatUnaryOperator
Returns a UnaryOperator that always returns the arithmetic negation of the input.
next() - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
nextIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 

O

of() - Static method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates a new empty array list.
of(float...) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Creates an array list using an array of elements.
of(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, boolean) - Static method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns a new type-specific immutable Pair with given left and right value.
of(float, byte) - Static method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, byte) - Static method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, byte) - Static method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, char) - Static method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, char) - Static method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, char) - Static method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns a new type-specific immutable Pair with given left and right value.
of(float, double) - Static method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, double) - Static method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, double) - Static method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutableSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of(float, float) - Static method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, float) - Static method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns a new type-specific immutable Pair with given left and right value.
of(float, float) - Static method in interface it.unimi.dsi.fastutil.floats.FloatFloatSortedPair
Returns a new type-specific immutable SortedPair with given left and right value.
of() - Static method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
Returns an empty immutable list.
of(float...) - Static method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
Creates an immutable list using a list of elements.
of(float, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, int) - Static method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns a new type-specific immutable Pair with given left and right value.
of() - Static method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns an immutable empty list.
of(float) - Static method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns an immutable list with the element given.
of(float, float) - Static method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns an immutable list with the elements given.
of(float, float, float) - Static method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns an immutable list with the elements given.
of(float...) - Static method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns an immutable list with the elements given.
of(float, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, long) - Static method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns a new type-specific immutable Pair with given left and right value.
of(float, V) - Static method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, V) - Static method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, V) - Static method in interface it.unimi.dsi.fastutil.floats.FloatObjectPair
Returns a new type-specific immutable Pair with given left and right value.
of(float, V) - Static method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, V) - Static method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, V) - Static method in interface it.unimi.dsi.fastutil.floats.FloatReferencePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, short) - Static method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
Returns a new type-specific immutable Pair with given left and right value.
of(float, short) - Static method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
Returns a new type-specific mutable Pair with given left and right value.
of(float, short) - Static method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns a new type-specific immutable Pair with given left and right value.
onEachMatching(FloatSpliterator, FloatPredicate, FloatConsumer) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Perform the given action on each element that matches the given predicate.
onEachMatching(FloatSpliterator, DoublePredicate, DoubleConsumer) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Perform the given action on each element that matches the given predicate.
or(FloatPredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Returns a composed type-specific predicate that represents a short-circuiting logical OR of this type-specific predicate and another.
or(DoublePredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
or(Predicate<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Deprecated.
Please use the corresponding type-specific method instead.

P

parallelStream() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
peek(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Deprecated.
Please use the corresponding type-specific method instead.
peekFloat(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
peekFloat(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Peeks at an element on the stack (optional operation).
pop() - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Deprecated.
Please use the corresponding type-specific method instead.
popFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
popFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Pops the top off the stack.
pos - Variable in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
The current position index, the index of the item to be returned after the next call to FloatIterator.next().
pos - Variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
The current position index, the index of the item to be given after the next call to FloatSpliterators.AbstractIndexBasedSpliterator.tryAdvance(it.unimi.dsi.fastutil.floats.FloatConsumer).
pour(FloatIterator, FloatCollection, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Pours an iterator into a type-specific collection, with a limit on the number of elements.
pour(FloatIterator, FloatCollection) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Pours an iterator into a type-specific collection.
pour(FloatIterator, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
pour(FloatIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Pours an iterator, returning a type-specific list.
previous() - Method in interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator
Deprecated.
Please use the corresponding type-specific method instead.
previous() - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
previousFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator
Returns the previous element as a primitive type.
previousFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
previousFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
previousFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
previousFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
previousIndex() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
push(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
push(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Pushes the given object on the stack.
push(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Deprecated.
Please use the corresponding type-specific method instead.

R

rem(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
rem(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
rem(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
rem(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
rem(float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use (and implement) the rem() method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
Remove the item at the given index.
remove() - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
remove(Object) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
remove() - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
removeAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
removeAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
removeAll(FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Remove from this collection all elements in the given type-specific collection.
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
removeAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
removeAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
removeAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Removes elements of this type-specific list using optimized system calls.
removeElements(int, int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Removes (hopefully quickly) elements of this type-specific list.
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
removeElements(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Removes the element at the specified position in this list (optional operation).
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
removeFloat(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Removes the element at the specified position in this list (optional operation).
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
removeFloat(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
removeIf(FloatPredicate) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
removeIf(Predicate<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
removeIf(FloatPredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(DoublePredicate) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Remove from this collection all elements which satisfy the given predicate.
removeIf(Predicate<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
Deprecated.
removeIf(FloatPredicate) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
removeIf(Predicate<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
removeIf(FloatPredicate) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
removeIf(FloatPredicate) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
replaceAll(FloatUnaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(DoubleUnaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Replaces each element of this list with the result of applying the operator to that element, performing widening and narrowing primitive casts, until all elements have been processed or the action throws an exception.
replaceAll(UnaryOperator<Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
replaceAll(UnaryOperator<Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
replaceAll(FloatUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
replaceAll(UnaryOperator<Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
replaceAll(FloatUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
replaceAll(FloatUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
replaceAll(UnaryOperator<Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
replaceAll(DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
retainAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
retainAll(FloatCollection) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Retains in this collection only elements from the given type-specific collection.
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
retainAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
retainAll(Collection<?>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
retainAll(FloatCollection) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
right(boolean) - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right(boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the right element of this pair (optional operation).
right(Boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
right(byte) - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right(byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the right element of this pair (optional operation).
right(Byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
right(char) - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right(char) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the right element of this pair (optional operation).
right(Character) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
right(double) - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the right element of this pair (optional operation).
right(Double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
right(float) - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the right element of this pair (optional operation).
right(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
right(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the right element of this pair (optional operation).
right(Integer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
right(long) - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the right element of this pair (optional operation).
right(Long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
right - Variable in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
right() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
right() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
right(V) - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
right - Variable in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
right(short) - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
right() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
right(short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the right element of this pair (optional operation).
right(Short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
rightBoolean() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
 
rightBoolean() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
 
rightBoolean() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the right element of this pair.
rightByte() - Method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
 
rightByte() - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
 
rightByte() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the right element of this pair.
rightChar() - Method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
 
rightChar() - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
 
rightChar() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the right element of this pair.
rightDouble() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
 
rightDouble() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
 
rightDouble() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the right element of this pair.
rightFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
 
rightFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
 
rightFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the right element of this pair.
rightInt() - Method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
 
rightInt() - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
 
rightInt() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the right element of this pair.
rightLong() - Method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
 
rightLong() - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
 
rightLong() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the right element of this pair.
rightShort() - Method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
 
rightShort() - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
 
rightShort() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the right element of this pair.

S

second() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second(boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the right element of this pair (optional operation).
second(Boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second(byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the right element of this pair (optional operation).
second(Byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second(char) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the right element of this pair (optional operation).
second(Character) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the right element of this pair (optional operation).
second(Double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the right element of this pair (optional operation).
second(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the right element of this pair (optional operation).
second(Integer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the right element of this pair (optional operation).
second(Long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
second() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
second(short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the right element of this pair (optional operation).
second(Short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
secondBoolean() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the right element of this pair.
secondByte() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the right element of this pair.
secondChar() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the right element of this pair.
secondDouble() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the right element of this pair.
secondFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the right element of this pair.
secondInt() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the right element of this pair.
secondLong() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the right element of this pair.
secondShort() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the right element of this pair.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
set(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Replaces the last element returned by next() or previous() with the specified element (optional operation).
set(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
Sets the given item at the given index.
set(float) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedListIterator
 
set(int, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
set(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Replaces the last element returned by FloatListIterator.next() or FloatListIterator.previous() with the specified element (optional operation).
set(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatListIterator
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
Please use the corresponding type-specific method instead.
set(int, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
set(int, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
Please use the corresponding type-specific method instead.
SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Sets elements to this type-specific list using optimized system calls.
setElements(float[]) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Set (hopefully quickly) elements to match the array given.
setElements(int, float[]) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Set (hopefully quickly) elements to match the array given.
setElements(int, float[], int, int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Set (hopefully quickly) elements to match the array given.
setElements(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
setElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
setElements(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
setElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
setElements(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
setElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
setElements(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
setElements(int, float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
setElements(int, float[], int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
shuffle(FloatList, Random) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Shuffles the specified list using the specified pseudorandom number generator.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an immutable iterator that iterates just over the given element.
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a type-specific immutable list containing only the specified element.
singleton(Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a type-specific immutable list containing only the specified element.
Singleton(float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Returns a spliterator that iterates just over the given element.
singleton(float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Returns a spliterator that iterates just over the given element.
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
size - Variable in class it.unimi.dsi.fastutil.floats.FloatArrayList
The current actual size of the list (never greater than the backing-array length).
size() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
size(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Sets the size of this list.
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
size() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
size(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
skip(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator
skip(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
Skips the given number of elements.
skip(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.AbstractIndexBasedIterator
 
skip(int) - Method in class it.unimi.dsi.fastutil.floats.FloatIterators.EmptyIterator
 
skip(long) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
sort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
sort(Comparator<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
sort(FloatComparator) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Sort a list using a type-specific comparator.
sort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
sort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
sort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
sort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
sort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
sort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
sort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
sort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
SORTED_SET_SPLITERATOR_CHARACTERISTICS - Static variable in class it.unimi.dsi.fastutil.floats.FloatSpliterators
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns a type-specific spliterator on the elements of this collection.
spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.IterableCollection
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
spliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatIterable
Returns a type-specific spliterator on the elements of this iterable.
spliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Returns a type-specific spliterator on the elements of this list.
spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
stream() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use the corresponding type-specific method instead.
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatRandomAccessSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
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.floats.FloatList
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.floats.FloatLists.EmptyList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
subList(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableRandomAccessList
 
synchronize(FloatCollection) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns a synchronized collection backed by the specified collection.
synchronize(FloatCollection, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
synchronize(FloatList) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a synchronized type-specific list backed by the given type-specific list.
synchronize(FloatList, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns a synchronized type-specific list backed by the given type-specific list, using an assigned object to synchronize.
SynchronizedList(FloatList, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
SynchronizedList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
SynchronizedRandomAccessList(FloatList, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedRandomAccessList
 

T

test(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Evaluates this predicate on the given input.
test(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Deprecated.
Please use the corresponding type-specific method instead.
test(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatPredicate
Deprecated.
Please use the corresponding type-specific method instead.
to - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloatList.FloatSubList
Final (exclusive) index of this sublist.
toArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
toArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
toArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
toArray(float[]) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
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.floats.FloatCollections.EmptyCollection
 
toArray(T[]) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
toArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
toArray() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
toFloatArray() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
toFloatArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toFloatArray() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
toFloatArray() - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Returns a primitive type array containing the items of this collection.
toFloatArray(float[]) - Method in interface it.unimi.dsi.fastutil.floats.FloatCollection
Deprecated.
Please use toArray() instead—this method is redundant and will be removed in the future.
toFloatArray() - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
 
toFloatArray(float[]) - Method in class it.unimi.dsi.fastutil.floats.FloatCollections.EmptyCollection
Deprecated.
toFloatArray() - Method in class it.unimi.dsi.fastutil.floats.FloatImmutableList
 
toFloatArray() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
top() - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Deprecated.
Please use the corresponding type-specific method instead.
topFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
topFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatStack
Peeks at the top of the stack (optional operation).
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatCollection
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloatList
 
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatBooleanMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatByteImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatByteMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatCharImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatCharMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatDoubleMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatImmutableSortedPair
Returns a string representation of this sorted pair in the form {l,r}.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatFloatMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatIntImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatIntMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatLongImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatLongMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatObjectMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatReferenceMutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatShortImmutablePair
Returns a string representation of this pair in the form <l,r>.
toString() - Method in class it.unimi.dsi.fastutil.floats.FloatShortMutablePair
Returns a string representation of this pair in the form <l,r>.
trim() - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Trims this array list so that the capacity is equal to the size.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Trims the backing array if it is too large.
tryAdvance(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
 
tryAdvance(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
tryAdvance(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
Deprecated.
trySplit() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.AbstractIndexBasedSpliterator
trySplit() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.EmptySpliterator
 
trySplit() - Method in class it.unimi.dsi.fastutil.floats.FloatSpliterators.LateBindingSizeIndexBasedSpliterator
 

U

uncheckedNarrow(PrimitiveIterator.OfDouble) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wrap a JDK primitive iterator to a type-specific iterator, making unchecked narrowing casts.
unmodifiable(FloatCollection) - Static method in class it.unimi.dsi.fastutil.floats.FloatCollections
Returns an unmodifiable collection backed by the specified collection.
unmodifiable(FloatIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an unmodifiable iterator backed by the specified iterator.
unmodifiable(FloatBidirectionalIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
unmodifiable(FloatListIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an unmodifiable list iterator backed by the specified list iterator.
unmodifiable(FloatList) - Static method in class it.unimi.dsi.fastutil.floats.FloatLists
Returns an unmodifiable type-specific list backed by the given type-specific list.
UnmodifiableBidirectionalIterator(FloatBidirectionalIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableBidirectionalIterator
 
UnmodifiableIterator(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableIterator
 
UnmodifiableList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
UnmodifiableListIterator(FloatListIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatIterators.UnmodifiableListIterator
 
UnmodifiableRandomAccessList(FloatList) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableRandomAccessList
 
unstableSort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatArrayList
 
unstableSort(Comparator<? super Float>) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Deprecated.
Please use the corresponding type-specific method instead.
unstableSort(FloatComparator) - Method in interface it.unimi.dsi.fastutil.floats.FloatList
Sorts this list using a sort not assured to be stable.
unstableSort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
 
unstableSort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.EmptyList
Deprecated.
unstableSort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
 
unstableSort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.Singleton
Deprecated.
unstableSort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
 
unstableSort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.SynchronizedList
Deprecated.
unstableSort(FloatComparator) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
 
unstableSort(Comparator<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatLists.UnmodifiableList
Deprecated.
unwrap(FloatIterator, float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into an array starting at a given offset for a given number of elements.
unwrap(FloatIterator, float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into an array.
unwrap(FloatIterator, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator, returning an array, with a limit on the number of elements.
unwrap(FloatIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator, returning an array.
unwrap(FloatIterator, float[][], long, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
unwrap(FloatIterator, float[][]) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into a big array.
unwrap(FloatIterator, FloatCollection, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
unwrap(FloatIterator, FloatCollection) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator into a type-specific collection.
unwrapBig(FloatIterator, long) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator, returning a big array, with a limit on the number of elements.
unwrapBig(FloatIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Unwraps an iterator, returning a big array.

V

value() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value(boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Sets the right element of this pair (optional operation).
value(Boolean) - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value(byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Sets the right element of this pair (optional operation).
value(Byte) - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value(char) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Sets the right element of this pair (optional operation).
value(Character) - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value(double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Sets the right element of this pair (optional operation).
value(Double) - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value(float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Sets the right element of this pair (optional operation).
value(Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value(int) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Sets the right element of this pair (optional operation).
value(Integer) - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value(long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Sets the right element of this pair (optional operation).
value(Long) - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Deprecated.
Please use the corresponding type-specific method instead.
value() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
value(short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Sets the right element of this pair (optional operation).
value(Short) - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Deprecated.
Please use the corresponding type-specific method instead.
valueBoolean() - Method in interface it.unimi.dsi.fastutil.floats.FloatBooleanPair
Returns the right element of this pair.
valueByte() - Method in interface it.unimi.dsi.fastutil.floats.FloatBytePair
Returns the right element of this pair.
valueChar() - Method in interface it.unimi.dsi.fastutil.floats.FloatCharPair
Returns the right element of this pair.
valueDouble() - Method in interface it.unimi.dsi.fastutil.floats.FloatDoublePair
Returns the right element of this pair.
valueFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatFloatPair
Returns the right element of this pair.
valueInt() - Method in interface it.unimi.dsi.fastutil.floats.FloatIntPair
Returns the right element of this pair.
valueLong() - Method in interface it.unimi.dsi.fastutil.floats.FloatLongPair
Returns the right element of this pair.
valueShort() - Method in interface it.unimi.dsi.fastutil.floats.FloatShortPair
Returns the right element of this pair.

W

widen(FloatIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wrap a type-specific iterator to a JDK compatible primitive iterator.
widen(FloatSpliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wrap a type-specific spliterator to a JDK compatible primitive spliterator.
wrap(float[], int) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Wraps a given array into an array list of given size.
wrap(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatArrayList
Wraps a given array into an array list.
wrap(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wraps the given part of an array into a type-specific list iterator.
wrap(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Wraps the given array into a type-specific list iterator.
wrap(ByteIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an iterator backed by the specified byte iterator.
wrap(ShortIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an iterator backed by the specified short iterator.
wrap(CharIterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatIterators
Returns an iterator backed by the specified char iterator.
wrap(float[], int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(float[]) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps the given array into a type-specific spliterator.
wrap(float[], int, int, int) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps the given part of an array into a type-specific spliterator.
wrap(ByteSpliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Returns a spliterator backed by the specified byte spliterator.
wrap(ShortSpliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Returns a spliterator backed by the specified short spliterator.
wrap(CharSpliterator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Returns a spliterator backed by the specified char spliterator.
wrapPreSorted(float[], int, int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(float[], int, int, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
Wraps the given part of a sorted array into a type-specific spliterator.
wrapPreSorted(float[], FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSpliterators
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