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

A

AbstractDouble2ObjectFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractDouble2ObjectFunction() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectFunction
 
AbstractDouble2ObjectMap<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractDouble2ObjectMap() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
 
AbstractDouble2ObjectMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.doubles
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).
AbstractDouble2ObjectMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractDouble2ObjectSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractDouble2ObjectSortedMap() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap
 
AbstractDouble2ObjectSortedMap.KeySet - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting the keys of a map.
AbstractDouble2ObjectSortedMap.KeySetIterator<V> - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractDouble2ObjectSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting the values of a map.
AbstractDouble2ObjectSortedMap.ValuesIterator<V> - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
This map's actual comparator; it may differ from Double2ObjectAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
This map's actual comparator; it may differ from Double2ObjectRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
apply(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
BasicEntry(Double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
BasicEntry(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
BasicEntrySet(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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.doubles.Double2ObjectRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
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.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
compute(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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(double, Double2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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(double, DoubleFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
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(double, Double2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
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(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
computeIfAbsent(double, Double2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(double, Double2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(Double, Function<? super Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
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(double, Double2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
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(double, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
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(double, Double2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
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.
computeIfAbsentPartial(double, Double2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
computeIfPresent(Double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 
contains(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
Deprecated.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Number of entries in this map.

D

defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectFunction
The default return value for get(), put() and remove().
Double2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.doubles
A simple, brute-force implementation of a map based on two parallel backing arrays.
Double2ObjectArrayMap(double[], Object[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Double2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new empty array map.
Double2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new empty array map of given capacity.
Double2ObjectArrayMap(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ObjectArrayMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ObjectArrayMap(double[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Double2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific AVL tree map with a fast, small-footprint implementation.
Double2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new empty tree map.
Double2ObjectAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new empty tree map with the given comparator.
Double2ObjectAVLTreeMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Double2ObjectAVLTreeMap(SortedMap<Double, V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ObjectAVLTreeMap(Double2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Double2ObjectAVLTreeMap(Double2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ObjectAVLTreeMap(double[], V[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ObjectAVLTreeMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
double2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
double2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
double2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
Double2ObjectFunctions - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific functions.
Double2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific function.
Double2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An adapter for mapping generic total functions to partial primitive functions.
Double2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton function.
Double2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for functions.
Double2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for functions.
Double2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific linked hash map with with a fast, small-footprint implementation.
Double2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map.
Double2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectLinkedOpenHashMap(Map<? extends Double, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Double2ObjectLinkedOpenHashMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ObjectLinkedOpenHashMap(Double2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ObjectLinkedOpenHashMap(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ObjectLinkedOpenHashMap(double[], V[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ObjectLinkedOpenHashMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Double2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.doubles
An entry set providing fast iteration.
Double2ObjectMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific maps.
Double2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific map.
Double2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton map.
Double2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for maps.
Double2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for maps.
Double2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Double2ObjectOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map.
Double2ObjectOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectOpenCustomHashMap(Map<? extends Double, ? extends V>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Double2ObjectOpenCustomHashMap(Map<? extends Double, ? extends V>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ObjectOpenCustomHashMap(Double2ObjectMap<V>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Double2ObjectOpenCustomHashMap(Double2ObjectMap<V>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ObjectOpenCustomHashMap(double[], V[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ObjectOpenCustomHashMap(double[], V[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation.
Double2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map.
Double2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ObjectOpenHashMap(Map<? extends Double, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map copying a given one.
Double2ObjectOpenHashMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ObjectOpenHashMap(Double2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ObjectOpenHashMap(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ObjectOpenHashMap(double[], V[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ObjectOpenHashMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.doubles
A type-specific red-black tree map with a fast, small-footprint implementation.
Double2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new empty tree map.
Double2ObjectRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new empty tree map with the given comparator.
Double2ObjectRBTreeMap(Map<? extends Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map copying a given map.
Double2ObjectRBTreeMap(SortedMap<Double, V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ObjectRBTreeMap(Double2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map copying a given map.
Double2ObjectRBTreeMap(Double2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ObjectRBTreeMap(double[], V[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ObjectRBTreeMap(double[], V[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.doubles
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.doubles
A sorted entry set providing fast iteration.
Double2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific sorted maps.
Double2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific sorted map.
Double2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton sorted map.
Double2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for sorted maps.
Double2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for sorted maps.

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Cached set of entries.
entryComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Double2ObjectMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Double2ObjectMap<V>, Consumer<? super Double2ObjectMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Double2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
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.doubles.Double2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
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.doubles.Double2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ObjectMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap.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(Double2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The index of the first entry in iteration order.
firstDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
firstDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns the first (lowest) key currently in this map.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
firstEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Modifies the Double2ObjectLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Modifies the Double2ObjectLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Double, ? super V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super Double, ? super V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 

G

get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
Deprecated.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
getAndMoveToFirst(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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.
getDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
getDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
Deprecated.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
Deprecated.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
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 class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
headMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
it.unimi.dsi.fastutil.doubles - package it.unimi.dsi.fastutil.doubles
 
iterator(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
The keys (valid up to Double2ObjectArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The index of the last entry in iteration order.
lastDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
lastDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns the last (highest) key currently in this map.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
lastEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Threshold after which we rehash.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
merge(Double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesIterator
 
nextDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 

P

previousDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySetIterator
 
primitive(Function<? super Double, ? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Double, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.PrimitiveFunction
Deprecated.
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
put(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
put(Double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
put(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
putAll(Map<? extends Double, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
putAndMoveToFirst(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
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(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
putIfAbsent(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
putIfAbsent(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
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(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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.doubles.Double2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
remove(double, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
replace(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
replace(Double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, V, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, V) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Double, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
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.doubles.Double2ObjectOpenCustomHashMap
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.doubles.Double2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
singleton(Double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, V, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, V, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
Singleton(double, V) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
The number of valid entries in Double2ObjectArrayMap.key and Double2ObjectArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Returns the hashing strategy.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
synchronize(Double2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Double2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
SynchronizedMap(Double2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Double2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
SynchronizedSortedMap(Double2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 

T

tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
 
tailMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Double2ObjectFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Double2ObjectMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Double2ObjectSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Double2ObjectFunction<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.UnmodifiableFunction
 
UnmodifiableMap(Double2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Double2ObjectSortedMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
The values (parallel to Double2ObjectArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ObjectRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ObjectSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links