- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Returns a deep copy of this map.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
-
- compute(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- compute(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeDouble(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeDoubleIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- computeDoubleIfAbsentPartial(K, Reference2DoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeDoubleIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(K, Function<? super K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(K, Function<? super K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(K, ToDoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(K, Reference2DoubleFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- computeIfPresent(K, BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
-
- contains(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Whether this map contains the key zero.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- containsValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Threshold after which we rehash.
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- merge(K, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(K, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(K, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(K, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(K, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- Reference2DoubleArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Reference2DoubleArrayMap(Object[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Reference2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new empty array map.
- Reference2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new empty array map of given capacity.
- Reference2DoubleArrayMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2DoubleArrayMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2DoubleArrayMap(Object[], double[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- reference2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Returns a type-specific set view of the mappings contained in this map.
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- reference2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-
- reference2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
-
- Reference2DoubleFunctions - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific functions.
- Reference2DoubleFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific function.
- Reference2DoubleFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An adapter for mapping generic total functions to partial primitive functions.
- Reference2DoubleFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton function.
- Reference2DoubleFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for functions.
- Reference2DoubleFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for functions.
- Reference2DoubleLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Reference2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map.
- Reference2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleLinkedOpenHashMap(Map<? extends K, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2DoubleLinkedOpenHashMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2DoubleLinkedOpenHashMap(Reference2DoubleMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2DoubleLinkedOpenHashMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2DoubleLinkedOpenHashMap(K[], double[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2DoubleLinkedOpenHashMap(K[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2DoubleMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Reference2DoubleMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Reference2DoubleMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
An entry set providing fast iteration.
- Reference2DoubleMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific maps.
- Reference2DoubleMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific map.
- Reference2DoubleMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton map.
- Reference2DoubleMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for maps.
- Reference2DoubleMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for maps.
- Reference2DoubleOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Reference2DoubleOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map.
- Reference2DoubleOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleOpenCustomHashMap(Map<? extends K, ? extends Double>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Reference2DoubleOpenCustomHashMap(Map<? extends K, ? extends Double>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2DoubleOpenCustomHashMap(Reference2DoubleMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2DoubleOpenCustomHashMap(Reference2DoubleMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2DoubleOpenCustomHashMap(K[], double[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2DoubleOpenCustomHashMap(K[], double[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2DoubleOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation.
- Reference2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map.
- Reference2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2DoubleOpenHashMap(Map<? extends K, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2DoubleOpenHashMap(Map<? extends K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2DoubleOpenHashMap(Reference2DoubleMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2DoubleOpenHashMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2DoubleOpenHashMap(K[], double[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2DoubleOpenHashMap(K[], double[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2DoubleSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Reference2DoubleSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
A sorted entry set providing fast iteration.
- Reference2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Reference2DoubleSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific sorted map.
- Reference2DoubleSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton sorted map.
- Reference2DoubleSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for sorted maps.
- Reference2DoubleSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for sorted maps.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Rehashes the map.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
-
- remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- remove(Object, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
-
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- removeDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- removeFirstDouble() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeLastDouble() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Removes the mapping associated with the last key in iteration order.
- replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, double, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, Double, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- replace(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
- replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- replace(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- replace(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, double, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replaceAll(BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- replaceAll(BiFunction<? super K, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
-
- setValue(double) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
-
- setValue(double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
-
- singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
-
- singleton(K, Double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, Double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, double) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, double, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(K, double, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- Singleton(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
-
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
-
- subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- synchronize(Reference2DoubleFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Reference2DoubleFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Reference2DoubleMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Reference2DoubleSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Reference2DoubleFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- SynchronizedFunction(Reference2DoubleFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
-
- SynchronizedMap(Reference2DoubleMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- SynchronizedMap(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
-
- SynchronizedSortedMap(Reference2DoubleSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Reference2DoubleSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
-