- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- compute(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(float, DoubleUnaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(float, Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(float, DoubleUnaryOperator) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(float, Float2DoubleFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(float, DoubleFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentPartial(float, Float2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(float, BiFunction<? super Float, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- contains(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Whether this map contains the key zero.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- containsValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Number of entries in this map.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
The acceptable load factor.
- fastForEach(Consumer<? super Float2DoubleMap.Entry>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.FastEntrySet
-
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
- fastForEach(Float2DoubleMap, Consumer<? super Float2DoubleMap.Entry>) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Iterates
quickly, if possible, on the entry set of the provided
map.
- fastIterable(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns an iterable yielding an iterator that will be
fast, if possible, on the entry set of the provided
map.
- fastIterable(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns an iterable yielding a bidirectional iterator that will be
fast, if possible, on the entry set of the provided
map.
- fastIterator() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.FastEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns an iterator that will be
fast, if possible, on the entry set of the provided
map.
- fastIterator() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap.FastSortedEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2DoubleMap.Entry) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap.FastSortedEntrySet
-
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a bidirectional iterator that will be
fast, if possible, on the entry set of the provided
map.
- first - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
The index of the first entry in iteration order.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
The first key in this map.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
The first key in this map.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Returns the first key of this map in iteration order.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
Returns the first (lowest) key currently in this map.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- Float2DoubleArrayMap - Class in it.unimi.dsi.fastutil.floats
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Float2DoubleArrayMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Float2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new empty array map.
- Float2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new empty array map of given capacity.
- Float2DoubleArrayMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2DoubleArrayMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2DoubleArrayMap(float[], double[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Float2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.floats
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Float2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new empty tree map.
- Float2DoubleAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2DoubleAVLTreeMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2DoubleAVLTreeMap(SortedMap<Float, Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2DoubleAVLTreeMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2DoubleAVLTreeMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2DoubleAVLTreeMap(float[], double[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2DoubleAVLTreeMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- float2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Returns a type-specific set view of the mappings contained in this map.
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- float2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- float2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- Float2DoubleFunctions - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific functions.
- Float2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific function.
- Float2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.floats
-
An adapter for mapping generic total functions to partial primitive functions.
- Float2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton function.
- Float2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for functions.
- Float2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for functions.
- Float2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.floats
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Float2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map.
- Float2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleLinkedOpenHashMap(Map<? extends Float, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Float2DoubleLinkedOpenHashMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2DoubleLinkedOpenHashMap(Float2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2DoubleLinkedOpenHashMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2DoubleLinkedOpenHashMap(float[], double[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2DoubleLinkedOpenHashMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2DoubleMap - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Float2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Float2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.floats
-
An entry set providing fast iteration.
- Float2DoubleMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific maps.
- Float2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific map.
- Float2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton map.
- Float2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for maps.
- Float2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for maps.
- Float2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Float2DoubleOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map.
- Float2DoubleOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleOpenCustomHashMap(Map<? extends Float, ? extends Double>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Float2DoubleOpenCustomHashMap(Map<? extends Float, ? extends Double>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2DoubleOpenCustomHashMap(Float2DoubleMap, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2DoubleOpenCustomHashMap(Float2DoubleMap, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2DoubleOpenCustomHashMap(float[], double[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2DoubleOpenCustomHashMap(float[], double[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash map with a fast, small-footprint implementation.
- Float2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map.
- Float2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2DoubleOpenHashMap(Map<? extends Float, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map copying a given one.
- Float2DoubleOpenHashMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2DoubleOpenHashMap(Float2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2DoubleOpenHashMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2DoubleOpenHashMap(float[], double[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2DoubleOpenHashMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.floats
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Float2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new empty tree map.
- Float2DoubleRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2DoubleRBTreeMap(Map<? extends Float, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map copying a given map.
- Float2DoubleRBTreeMap(SortedMap<Float, Double>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2DoubleRBTreeMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map copying a given map.
- Float2DoubleRBTreeMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2DoubleRBTreeMap(float[], double[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2DoubleRBTreeMap(float[], double[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Float2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Float2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.floats
-
A sorted entry set providing fast iteration.
- Float2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Float2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific sorted map.
- Float2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton sorted map.
- Float2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for sorted maps.
- Float2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for sorted maps.
- forEach(BiConsumer<? super Float, ? super Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.EmptyMap
-
- forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- forEach(BiConsumer<? super Float, ? super Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.PrimitiveFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
-
- map - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Threshold after which we rehash.
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- merge(Float, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.UnmodifiableMap
-
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(float, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(float, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(float, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(float, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- modified - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(double) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntry
-
- setValue(double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Double) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
-
- singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.Singleton
-
- singleton(Float, Double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Float, Double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(float, double) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(float, double, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(float, double, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- Singleton(float, double) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleRBTreeMap
-
- subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2DoubleSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.EmptySortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.Singleton
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.UnmodifiableSortedMap
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2DoubleSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- synchronize(Float2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Float2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Float2DoubleMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Float2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Float2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Float2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Float2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- SynchronizedFunction(Float2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleFunctions.SynchronizedFunction
-
- SynchronizedMap(Float2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- SynchronizedMap(Float2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleMaps.SynchronizedMap
-
- SynchronizedSortedMap(Float2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Float2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2DoubleSortedMaps.SynchronizedSortedMap
-