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

A

AbstractFloat2DoubleFunction - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractFloat2DoubleFunction() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleFunction
 
AbstractFloat2DoubleMap - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractFloat2DoubleMap() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
 
AbstractFloat2DoubleMap.BasicEntry - Class in it.unimi.dsi.fastutil.floats
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).
AbstractFloat2DoubleMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.floats
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractFloat2DoubleSortedMap - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractFloat2DoubleSortedMap() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap
 
AbstractFloat2DoubleSortedMap.KeySet - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting the keys of a map.
AbstractFloat2DoubleSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractFloat2DoubleSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting the values of a map.
AbstractFloat2DoubleSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
This map's actual comparator; it may differ from Float2DoubleAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
This map's actual comparator; it may differ from Float2DoubleRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Adds an increment to value currently associated with a key.
apply(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
BasicEntry(Float, Double) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
BasicEntry(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
BasicEntrySet(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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.floats.Float2DoubleRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
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.floats.Float2DoubleSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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(float, DoubleUnaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
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(float, Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
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(Float, Function<? super Float, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
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(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
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(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
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(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
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.
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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 it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
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 it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
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 it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
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 it is null.
computeIfAbsentPartial(float, Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
 
contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
contains(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Whether this map contains the key zero.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Number of entries in this map.

D

defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
defaultReturnValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Cached set of entries.
entryComparator(FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Float2DoubleMap.Entry>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Float2DoubleMap, Consumer<? super Float2DoubleMap.Entry>) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
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.floats.Float2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
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.floats.Float2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2DoubleMap.Entry) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap.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(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
The first key in this map.
firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns the first (lowest) key currently in this map.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Modifies the Float2DoubleLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Modifies the Float2DoubleLinkedOpenHashMap.link vector for a shift from s to d.
Float2DoubleArrayMap - Class in it.unimi.dsi.fastutil.floats
A simple, brute-force implementation of a map based on two parallel backing arrays.
Float2DoubleArrayMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Float2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new empty array map.
Float2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new empty array map of given capacity.
Float2DoubleArrayMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Float2DoubleArrayMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Float2DoubleArrayMap(float[], double[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Float2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific AVL tree map with a fast, small-footprint implementation.
Float2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new empty tree map.
Float2DoubleAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Float2DoubleAVLTreeMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Float2DoubleAVLTreeMap(SortedMap<Float, Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2DoubleAVLTreeMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Float2DoubleAVLTreeMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2DoubleAVLTreeMap(float[], double[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2DoubleAVLTreeMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
float2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
float2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
Float2DoubleFunctions - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific functions.
Float2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific function.
Float2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.floats
An adapter for mapping generic total functions to partial primitive functions.
Float2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton function.
Float2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for functions.
Float2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for functions.
Float2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific linked hash map with with a fast, small-footprint implementation.
Float2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map.
Float2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleLinkedOpenHashMap(Map<? extends Float, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Float2DoubleLinkedOpenHashMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2DoubleLinkedOpenHashMap(Float2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2DoubleLinkedOpenHashMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2DoubleLinkedOpenHashMap(float[], double[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2DoubleLinkedOpenHashMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2DoubleMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Float2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.floats
An entry set providing fast iteration.
Float2DoubleMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific maps.
Float2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific map.
Float2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton map.
Float2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for maps.
Float2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for maps.
Float2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Float2DoubleOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map.
Float2DoubleOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleOpenCustomHashMap(Map<? extends Float, ? extends Double>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Float2DoubleOpenCustomHashMap(Map<? extends Float, ? extends Double>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2DoubleOpenCustomHashMap(Float2DoubleMap, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Float2DoubleOpenCustomHashMap(Float2DoubleMap, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2DoubleOpenCustomHashMap(float[], double[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2DoubleOpenCustomHashMap(float[], double[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation.
Float2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map.
Float2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2DoubleOpenHashMap(Map<? extends Float, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map copying a given one.
Float2DoubleOpenHashMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2DoubleOpenHashMap(Float2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2DoubleOpenHashMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2DoubleOpenHashMap(float[], double[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2DoubleOpenHashMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific red-black tree map with a fast, small-footprint implementation.
Float2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new empty tree map.
Float2DoubleRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Float2DoubleRBTreeMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map copying a given map.
Float2DoubleRBTreeMap(SortedMap<Float, Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2DoubleRBTreeMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map copying a given map.
Float2DoubleRBTreeMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2DoubleRBTreeMap(float[], double[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2DoubleRBTreeMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Float2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.floats
A sorted entry set providing fast iteration.
Float2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific sorted maps.
Float2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific sorted map.
Float2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton sorted map.
Float2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for sorted maps.
Float2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for sorted maps.
forEach(BiConsumer<? super Float, ? super Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
 
forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 

G

get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
Deprecated.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
getAndMoveToFirst(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Returns the value corresponding to this entry.
getFloatKey() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
getFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
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.floats.Float2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
headMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
 
iterator(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
The keys (valid up to Float2DoubleArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Float2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
The last key in this map.
lastFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
lastFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns the last (highest) key currently in this map.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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.floats.AbstractFloat2DoubleMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Threshold after which we rehash.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(float, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(float, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(float, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
The current table size.
nextDouble() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 

P

previousFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySetIterator
 
primitive(Function<? super Float, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
 
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
put(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
Deprecated.
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
put(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
put(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
put(Float, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
put(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
putAll(Map<? extends Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
putAndMoveToFirst(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
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(Float, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
putIfAbsent(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
putIfAbsent(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
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(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
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

rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
remove(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
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.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
remove(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
remove(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(float, double, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, double, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Double, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
replace(float, double, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
replace(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Double, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
replace(float, double, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
replace(Float, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Double, Double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, double, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, double, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 

S

setValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
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.Float2DoubleOpenCustomHashMap
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.Float2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, double, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
The number of valid entries in Float2DoubleArrayMap.key and Float2DoubleArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Returns the hashing strategy.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
synchronize(Float2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Float2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
SynchronizedMap(Float2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
SynchronizedSortedMap(Float2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 

T

tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
 
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
 
tailMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Float2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Float2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
 
UnmodifiableMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
The values (parallel to Float2DoubleArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Float2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links