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

A

AbstractReference2FloatFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2FloatFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatFunction
 
AbstractReference2FloatMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2FloatMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
 
AbstractReference2FloatMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2FloatMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2FloatSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2FloatSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap
 
AbstractReference2FloatSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractReference2FloatSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractReference2FloatSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractReference2FloatSortedMap.ValuesIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
addTo(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Adds an increment to value currently associated with a key.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
BasicEntry(K, Float) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
BasicEntry(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
BasicEntrySet(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Returns a deep copy of this map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFloat(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFloatIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use computeIfAbsent() instead.
computeFloatIfAbsentPartial(K, Reference2FloatFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use computeIfAbsent() instead.
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeFloatIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Reference2FloatFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
contains(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Whether this map contains the key zero.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
containsValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 

D

defaultReturnValue(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
defaultReturnValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
defaultReturnValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
defaultReturnValue(float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
defaultReturnValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Reference2FloatMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Reference2FloatMap<K>, Consumer<? super Reference2FloatMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Reference2FloatMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2FloatMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2FloatMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The index of the first entry in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Modifies the Reference2FloatLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Modifies the Reference2FloatLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
 
forEach(BiConsumer<? super K, ? super Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
getFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
getFloatValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
getFloatValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
Deprecated.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
The keys (valid up to Reference2FloatArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The index of the last entry in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Threshold after which we rehash.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
merge(K, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
merge(K, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeFloat(K, float, FloatBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
mergeFloat(K, float, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
mergeFloat(K, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use merge() instead.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesIterator
 

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Float>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
 
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
put(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.PrimitiveFunction
Deprecated.
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
put(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
put(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
put(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
put(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
putAndMoveToFirst(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
putIfAbsent(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
putIfAbsent(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

Reference2FloatArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2FloatArrayMap(Object[], float[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2FloatArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new empty array map.
Reference2FloatArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new empty array map of given capacity.
Reference2FloatArrayMap(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2FloatArrayMap(Map<? extends K, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2FloatArrayMap(Object[], float[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
reference2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Returns a type-specific set view of the mappings contained in this map.
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
reference2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
reference2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
Reference2FloatFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2FloatFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2FloatFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2FloatFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2FloatFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2FloatFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2FloatLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2FloatLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map.
Reference2FloatLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatLinkedOpenHashMap(Map<? extends K, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2FloatLinkedOpenHashMap(Map<? extends K, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2FloatLinkedOpenHashMap(Reference2FloatMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2FloatLinkedOpenHashMap(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2FloatLinkedOpenHashMap(K[], float[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2FloatLinkedOpenHashMap(K[], float[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2FloatMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Reference2FloatMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2FloatMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2FloatMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2FloatMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2FloatMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2FloatMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2FloatMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2FloatOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Reference2FloatOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map.
Reference2FloatOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatOpenCustomHashMap(Map<? extends K, ? extends Float>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2FloatOpenCustomHashMap(Map<? extends K, ? extends Float>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2FloatOpenCustomHashMap(Reference2FloatMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2FloatOpenCustomHashMap(Reference2FloatMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2FloatOpenCustomHashMap(K[], float[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2FloatOpenCustomHashMap(K[], float[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2FloatOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2FloatOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map.
Reference2FloatOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2FloatOpenHashMap(Map<? extends K, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map copying a given one.
Reference2FloatOpenHashMap(Map<? extends K, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2FloatOpenHashMap(Reference2FloatMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2FloatOpenHashMap(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2FloatOpenHashMap(K[], float[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2FloatOpenHashMap(K[], float[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2FloatSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2FloatSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2FloatSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2FloatSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2FloatSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2FloatSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2FloatSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeFirstFloat() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
removeFloat(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
removeLastFloat() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, float, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, float, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Float, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
replace(K, float, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
replace(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Float, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
replace(K, float, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
replace(K, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Float, Float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, float, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, float, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, float) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 

S

setValue(float) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
setValue(float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
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.objects.Reference2FloatOpenCustomHashMap
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.objects.Reference2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
singleton(K, Float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, float) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, float, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, float, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
Singleton(K, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntrySet
 
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
synchronize(Reference2FloatFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2FloatFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2FloatMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2FloatMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2FloatSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Reference2FloatFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2FloatFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
SynchronizedMap(Reference2FloatMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
SynchronizedMap(Reference2FloatMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
SynchronizedSortedMap(Reference2FloatSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2FloatSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Reference2FloatFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2FloatMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2FloatSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Reference2FloatFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.UnmodifiableFunction
 
UnmodifiableMap(Reference2FloatMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Reference2FloatSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2FloatSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
The values (parallel to Reference2FloatArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2FloatOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2FloatSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2FloatSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links