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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntry(K, Double) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntry(K, double) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
BasicEntrySet(Reference2DoubleMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntrySet
 

C

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
Deprecated.
Please use computeIfAbsent() instead.
computeDoubleIfAbsentPartial(K, Reference2DoubleFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 

D

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

E

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

F

f - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Reference2DoubleMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Reference2DoubleMap<K>, Consumer<? super Reference2DoubleMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2DoubleMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2DoubleMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap.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(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
The index of the first entry in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Modifies the Reference2DoubleLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Modifies the Reference2DoubleLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Double>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
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.
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
getDouble(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
getDoubleValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
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.objects.Reference2DoubleMap
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.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
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 class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
The keys (valid up to Reference2DoubleArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 

L

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

M

map - Variable in class it.unimi.dsi.fastutil.objects.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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use merge() instead.
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}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 
nextDouble() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesIterator
 

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.PrimitiveFunction
Deprecated.
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
put(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
put(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
put(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Double>) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
putAndMoveToFirst(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
putIfAbsent(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
putIfAbsent(K, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.

R

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
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Double, Double) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
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
 

S

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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Reference2DoubleFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2DoubleMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2DoubleSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Reference2DoubleFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.UnmodifiableFunction
 
UnmodifiableMap(Reference2DoubleMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Reference2DoubleSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
The values (parallel to Reference2DoubleArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2DoubleOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Reference2DoubleMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2DoubleSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links