- clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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.Double2IntRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntSortedMap
-
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.Double2IntSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
-
- compute(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- compute(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- compute(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- compute(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- compute(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- compute(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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, Double2IntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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, DoubleToIntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
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, Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
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, Function<? super Double, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfAbsent(double, Double2IntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfAbsent(Double, Function<? super Double, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfAbsent(double, Double2IntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfAbsent(Double, Function<? super Double, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
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, Double2IntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
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, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
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, Double2IntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(double, DoubleFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentPartial(double, Double2IntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- computeIfPresent(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- computeIfPresent(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfPresent(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- computeIfPresent(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfPresent(Double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- computeIfPresent(double, BiFunction<? super Double, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
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.AbstractDouble2IntMap.BasicEntrySet
-
- contains(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
-
- contains(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.ValuesCollection
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
- containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
- containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Whether this map contains the key zero.
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
- containsValue(int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.EmptyMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.Singleton
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Number of entries in this map.
- defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntFunction
-
- defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntFunction
-
- defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
-
- defaultReturnValue(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
-
- defaultReturnValue(int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Sets the default return value (optional operation).
- defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Gets the default return value.
- defRetValue - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntFunction
-
The default return value for get(), put() and
remove().
- Double2IntArrayMap - Class in it.unimi.dsi.fastutil.doubles
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Double2IntArrayMap(double[], int[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Double2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new empty array map.
- Double2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new empty array map of given capacity.
- Double2IntArrayMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Double2IntArrayMap(Map<? extends Double, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Double2IntArrayMap(double[], int[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Double2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Double2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new empty tree map.
- Double2IntAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Double2IntAVLTreeMap(Map<? extends Double, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map copying a given map.
- Double2IntAVLTreeMap(SortedMap<Double, Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Double2IntAVLTreeMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map copying a given map.
- Double2IntAVLTreeMap(Double2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Double2IntAVLTreeMap(double[], int[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Double2IntAVLTreeMap(double[], int[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
- double2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Returns a type-specific set view of the mappings contained in this map.
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.EmptyMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.Singleton
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
- double2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.EmptySortedMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- double2IntEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
-
- Double2IntFunctions - Class in it.unimi.dsi.fastutil.doubles
-
A class providing static methods and objects that do useful things with type-specific functions.
- Double2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing an empty type-specific function.
- Double2IntFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.doubles
-
An adapter for mapping generic total functions to partial primitive functions.
- Double2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing a type-specific singleton function.
- Double2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.doubles
-
A synchronized wrapper class for functions.
- Double2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.doubles
-
An unmodifiable wrapper class for functions.
- Double2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Double2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map.
- Double2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntLinkedOpenHashMap(Map<? extends Double, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Double2IntLinkedOpenHashMap(Map<? extends Double, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Double2IntLinkedOpenHashMap(Double2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Double2IntLinkedOpenHashMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Double2IntLinkedOpenHashMap(double[], int[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Double2IntLinkedOpenHashMap(double[], int[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Double2IntMap - 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.
- Double2IntMap.Entry - Interface in it.unimi.dsi.fastutil.doubles
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Double2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.doubles
-
An entry set providing fast iteration.
- Double2IntMaps - Class in it.unimi.dsi.fastutil.doubles
-
A class providing static methods and objects that do useful things with type-specific maps.
- Double2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing an empty type-specific map.
- Double2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing a type-specific singleton map.
- Double2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.doubles
-
A synchronized wrapper class for maps.
- Double2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.doubles
-
An unmodifiable wrapper class for maps.
- Double2IntOpenCustomHashMap - 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.
- Double2IntOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map.
- Double2IntOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntOpenCustomHashMap(Map<? extends Double, ? extends Integer>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Double2IntOpenCustomHashMap(Map<? extends Double, ? extends Integer>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Double2IntOpenCustomHashMap(Double2IntMap, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Double2IntOpenCustomHashMap(Double2IntMap, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Double2IntOpenCustomHashMap(double[], int[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Double2IntOpenCustomHashMap(double[], int[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Double2IntOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific hash map with a fast, small-footprint implementation.
- Double2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map.
- Double2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Double2IntOpenHashMap(Map<? extends Double, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map copying a given one.
- Double2IntOpenHashMap(Map<? extends Double, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Double2IntOpenHashMap(Double2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Double2IntOpenHashMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Double2IntOpenHashMap(double[], int[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Double2IntOpenHashMap(double[], int[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Double2IntRBTreeMap - Class in it.unimi.dsi.fastutil.doubles
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Double2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new empty tree map.
- Double2IntRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Double2IntRBTreeMap(Map<? extends Double, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map copying a given map.
- Double2IntRBTreeMap(SortedMap<Double, Integer>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Double2IntRBTreeMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map copying a given map.
- Double2IntRBTreeMap(Double2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Double2IntRBTreeMap(double[], int[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Double2IntRBTreeMap(double[], int[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Double2IntSortedMap - Interface in it.unimi.dsi.fastutil.doubles
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Double2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.doubles
-
A sorted entry set providing fast iteration.
- Double2IntSortedMaps - Class in it.unimi.dsi.fastutil.doubles
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Double2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing an empty type-specific sorted map.
- Double2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
-
An immutable class representing a type-specific singleton sorted map.
- Double2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.doubles
-
A synchronized wrapper class for sorted maps.
- Double2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.doubles
-
An unmodifiable wrapper class for sorted maps.
- map - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Threshold after which we rehash.
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(Double, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- merge(Double, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- merge(Double, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps.UnmodifiableMap
-
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(double, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeInt(double, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeInt(double, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeInt(double, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
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.Double2IntLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
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.Double2IntRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(int) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntry
-
- setValue(int) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Integer) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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.Double2IntOpenCustomHashMap
-
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.Double2IntOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
-
- singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.Singleton
-
- singleton(Double, Integer) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Double, Integer, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(double, int) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(double, int, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(double, int, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- Singleton(double, int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2IntOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntAVLTreeMap
-
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntLinkedOpenHashMap
-
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.Double2IntRBTreeMap
-
- subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2IntSortedMap
-
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.Double2IntSortedMap
-
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.EmptySortedMap
-
- subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.EmptySortedMap
-
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.Singleton
-
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
-
- subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.UnmodifiableSortedMap
-
- subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2IntSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- synchronize(Double2IntFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Double2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Double2IntMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Double2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Double2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Double2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Double2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- SynchronizedFunction(Double2IntFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntFunctions.SynchronizedFunction
-
- SynchronizedMap(Double2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- SynchronizedMap(Double2IntMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntMaps.SynchronizedMap
-
- SynchronizedSortedMap(Double2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Double2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2IntSortedMaps.SynchronizedSortedMap
-