- f - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
The acceptable load factor.
- first - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
The index of the first entry in iteration order.
- first - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
The index of the first entry in iteration order.
- first() - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
-
- first() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
-
- first() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- first() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- first() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
-
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
The entry of the first element of this set.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
The entry of the first element of this set.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Returns the first element of this set in iteration order.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Returns the first element of this set in iteration order.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
- firstFloat() - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
-
Returns the first (lowest) element currently in this set.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
-
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
-
- fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
- fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
- fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
- fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
- FloatArraySet - Class in it.unimi.dsi.fastutil.floats
-
A simple, brute-force implementation of a set based on a backing array.
- FloatArraySet(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set using the given backing array.
- FloatArraySet() - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new empty array set.
- FloatArraySet(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new empty array set of given initial capacity.
- FloatArraySet(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set copying the contents of a given collection.
- FloatArraySet(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set copying the contents of a given set.
- FloatArraySet(FloatSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set copying the contents of a given collection.
- FloatArraySet(Set<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set copying the contents of a given set.
- FloatArraySet(float[], int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Creates a new array set using the given backing array and the given number of elements of the array.
- FloatAVLTreeSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific AVL tree set with a fast, small-footprint implementation.
- FloatAVLTreeSet() - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new empty tree set.
- FloatAVLTreeSet(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new empty tree set with the given comparator.
- FloatAVLTreeSet(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying a given set.
- FloatAVLTreeSet(SortedSet<Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- FloatAVLTreeSet(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying a given type-specific collection.
- FloatAVLTreeSet(FloatSortedSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- FloatAVLTreeSet(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- FloatAVLTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set using elements provided by an iterator.
- FloatAVLTreeSet(float[], int, int, Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- FloatAVLTreeSet(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- FloatAVLTreeSet(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying the elements of an array.
- FloatAVLTreeSet(float[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- FloatLinkedOpenCustomHashSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- FloatLinkedOpenCustomHashSet(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set.
- FloatLinkedOpenCustomHashSet(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatLinkedOpenCustomHashSet(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatLinkedOpenCustomHashSet(Collection<? extends Float>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- FloatLinkedOpenCustomHashSet(Collection<? extends Float>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- FloatLinkedOpenCustomHashSet(FloatCollection, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- FloatLinkedOpenCustomHashSet(FloatCollection, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- FloatLinkedOpenCustomHashSet(FloatIterator, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- FloatLinkedOpenCustomHashSet(FloatIterator, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- FloatLinkedOpenCustomHashSet(Iterator<?>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- FloatLinkedOpenCustomHashSet(Iterator<?>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- FloatLinkedOpenCustomHashSet(float[], int, int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- FloatLinkedOpenCustomHashSet(float[], int, int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- FloatLinkedOpenCustomHashSet(float[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- FloatLinkedOpenCustomHashSet(float[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- FloatLinkedOpenHashSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific linked hash set with with a fast, small-footprint implementation.
- FloatLinkedOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set.
- FloatLinkedOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatLinkedOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatLinkedOpenHashSet(Collection<? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set copying a given collection.
- FloatLinkedOpenHashSet(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- FloatLinkedOpenHashSet(FloatCollection, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- FloatLinkedOpenHashSet(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- FloatLinkedOpenHashSet(FloatIterator, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- FloatLinkedOpenHashSet(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- FloatLinkedOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- FloatLinkedOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- FloatLinkedOpenHashSet(float[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- FloatLinkedOpenHashSet(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- FloatLinkedOpenHashSet(float[], float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set copying the elements of an array.
- FloatLinkedOpenHashSet(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- FloatOpenCustomHashSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- FloatOpenCustomHashSet(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set.
- FloatOpenCustomHashSet(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatOpenCustomHashSet(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatOpenCustomHashSet(Collection<? extends Float>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set copying a given collection.
- FloatOpenCustomHashSet(Collection<? extends Float>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- FloatOpenCustomHashSet(FloatCollection, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set copying a given type-specific collection.
- FloatOpenCustomHashSet(FloatCollection, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- FloatOpenCustomHashSet(FloatIterator, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- FloatOpenCustomHashSet(FloatIterator, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- FloatOpenCustomHashSet(Iterator<?>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set using elements provided by an iterator.
- FloatOpenCustomHashSet(Iterator<?>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- FloatOpenCustomHashSet(float[], int, int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- FloatOpenCustomHashSet(float[], int, int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- FloatOpenCustomHashSet(float[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set copying the elements of an array.
- FloatOpenCustomHashSet(float[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- FloatOpenHashSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash set with with a fast, small-footprint implementation.
- FloatOpenHashSet(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set.
- FloatOpenHashSet(int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatOpenHashSet() - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with initial expected Hash.DEFAULT_INITIAL_SIZE elements
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- FloatOpenHashSet(Collection<? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set copying a given collection.
- FloatOpenHashSet(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given collection.
- FloatOpenHashSet(FloatCollection, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set copying a given type-specific collection.
- FloatOpenHashSet(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection.
- FloatOpenHashSet(FloatIterator, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set using elements provided by a type-specific iterator.
- FloatOpenHashSet(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
- FloatOpenHashSet(Iterator<?>, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set using elements provided by an iterator.
- FloatOpenHashSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by an iterator.
- FloatOpenHashSet(float[], int, int, float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set and fills it with the elements of a given array.
- FloatOpenHashSet(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor and fills it with the elements of a given array.
- FloatOpenHashSet(float[], float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set copying the elements of an array.
- FloatOpenHashSet(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying the elements of an array.
- FloatRBTreeSet - Class in it.unimi.dsi.fastutil.floats
-
A type-specific red-black tree set with a fast, small-footprint implementation.
- FloatRBTreeSet() - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new empty tree set.
- FloatRBTreeSet(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new empty tree set with the given comparator.
- FloatRBTreeSet(Collection<? extends Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying a given collection.
- FloatRBTreeSet(SortedSet<Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying a given sorted set (and its Comparator).
- FloatRBTreeSet(FloatCollection) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying a given type-specific collection.
- FloatRBTreeSet(FloatSortedSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying a given type-specific sorted set (and its Comparator).
- FloatRBTreeSet(FloatIterator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set using elements provided by a type-specific iterator.
- FloatRBTreeSet(Iterator<?>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set using elements provided by an iterator.
- FloatRBTreeSet(float[], int, int, Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array using a given Comparator.
- FloatRBTreeSet(float[], int, int) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set and fills it with the elements of a given array.
- FloatRBTreeSet(float[]) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying the elements of an array.
- FloatRBTreeSet(float[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
Creates a new tree set copying the elements of an array using a given Comparator.
- FloatSet - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
- FloatSets - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific sets.
- FloatSets.EmptySet - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing the empty set and implementing a type-specific set interface.
- FloatSets.Singleton - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton set.
- FloatSets.SynchronizedSet - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for sets.
- FloatSets.UnmodifiableSet - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for sets.
- FloatSortedSet - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
- FloatSortedSets - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific sorted sets.
- FloatSortedSets.EmptySet - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing the empty sorted set and implementing a type-specific set interface.
- FloatSortedSets.Singleton - Class in it.unimi.dsi.fastutil.floats
-
A class representing a singleton sorted set.
- FloatSortedSets.SynchronizedSortedSet - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for sorted sets.
- FloatSortedSets.UnmodifiableSortedSet - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for sorted sets.
- forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
- forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
- forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
- forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
- forEach(Consumer<? super Float>) - Method in class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
-
Deprecated.
- forEach(FloatConsumer) - Method in class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
-
Returns a type-specific immutable set containing only the specified element.
- singleton(Float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
-
Returns a type-specific immutable set containing only the specified element.
- Singleton(float) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
-
- singleton(float) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(float, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
- singleton(Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element.
- singleton(Object, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a type-specific immutable sorted set containing only the specified element, and using a specified comparator.
- Singleton(float, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- size - Variable in class it.unimi.dsi.fastutil.floats.FloatArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatArraySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
- size - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
- size - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
Number of entries in the set (including the null key, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- sortedSet - Variable in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatArraySet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenHashSet
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatSet
-
Returns a type-specific spliterator on the elements of this set.
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatSets.Singleton
-
- spliterator() - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
-
Returns a type-specific spliterator on the elements of this sorted-set.
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
This set's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
This set's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Returns the hashing strategy.
- strategy - Variable in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
The hash strategy of this custom set.
- strategy() - Method in class it.unimi.dsi.fastutil.floats.FloatOpenCustomHashSet
-
Returns the hashing strategy.
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatAVLTreeSet
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenCustomHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatLinkedOpenHashSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatRBTreeSet
-
- subSet(float, float) - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
-
Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
- subSet(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.FloatSortedSet
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
-
- subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.EmptySet
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.Singleton
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
-
- subSet(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.FloatSortedSets.UnmodifiableSortedSet
-
- synchronize(FloatSet) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
-
Returns a synchronized type-specific set backed by the given type-specific set.
- synchronize(FloatSet, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSets
-
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
- synchronize(FloatSortedSet) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set.
- synchronize(FloatSortedSet, Object) - Static method in class it.unimi.dsi.fastutil.floats.FloatSortedSets
-
Returns a synchronized type-specific sorted set backed by the given type-specific sorted set, using an assigned object to synchronize.
- SynchronizedSet(FloatSet, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.SynchronizedSet
-
- SynchronizedSet(FloatSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSets.SynchronizedSet
-
- SynchronizedSortedSet(FloatSortedSet, Object) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-
- SynchronizedSortedSet(FloatSortedSet) - Constructor for class it.unimi.dsi.fastutil.floats.FloatSortedSets.SynchronizedSortedSet
-