- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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.Float2ObjectRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
-
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.Float2ObjectSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- compute(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- compute(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(float, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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, Float2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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, DoubleFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
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, Float2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
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, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(float, Float2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(float, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(float, Float2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(float, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
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, Float2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
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, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
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, Float2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentPartial(float, Float2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
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.AbstractFloat2ObjectMap.BasicEntrySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.ValuesCollection
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.EmptyFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.UnmodifiableFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Whether this map contains the key zero.
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Number of entries in this map.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
The acceptable load factor.
- fastForEach(Consumer<? super Float2ObjectMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap.FastEntrySet
-
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
- fastForEach(Float2ObjectMap<V>, Consumer<? super Float2ObjectMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Iterates
quickly, if possible, on the entry set of the provided
map.
- fastIterable(Float2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Returns an iterable yielding an iterator that will be
fast, if possible, on the entry set of the provided
map.
- fastIterable(Float2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
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.Float2ObjectMap.FastEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
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.Float2ObjectSortedMap.FastSortedEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2ObjectMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap.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(Float2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
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.Float2ObjectLinkedOpenHashMap
-
The index of the first entry in iteration order.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
The first key in this map.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
The first key in this map.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Returns the first key of this map in iteration order.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
-
Returns the first (lowest) key currently in this map.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- Float2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Float2ObjectArrayMap(float[], Object[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Float2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new empty array map.
- Float2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new empty array map of given capacity.
- Float2ObjectArrayMap(Float2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2ObjectArrayMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2ObjectArrayMap(float[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Float2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Float2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new empty tree map.
- Float2ObjectAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2ObjectAVLTreeMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2ObjectAVLTreeMap(SortedMap<Float, V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ObjectAVLTreeMap(Float2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2ObjectAVLTreeMap(Float2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ObjectAVLTreeMap(float[], V[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2ObjectAVLTreeMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- float2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
Returns a type-specific set view of the mappings contained in this map.
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.EmptyMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.Singleton
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- float2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- float2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- Float2ObjectFunctions - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific functions.
- Float2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific function.
- Float2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An adapter for mapping generic total functions to partial primitive functions.
- Float2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton function.
- Float2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for functions.
- Float2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for functions.
- Float2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Float2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map.
- Float2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectLinkedOpenHashMap(Map<? extends Float, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Float2ObjectLinkedOpenHashMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ObjectLinkedOpenHashMap(Float2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ObjectLinkedOpenHashMap(Float2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ObjectLinkedOpenHashMap(float[], V[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ObjectLinkedOpenHashMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ObjectMap<V> - 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.
- Float2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Float2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.floats
-
An entry set providing fast iteration.
- Float2ObjectMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific maps.
- Float2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific map.
- Float2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton map.
- Float2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for maps.
- Float2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for maps.
- Float2ObjectOpenCustomHashMap<V> - 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.
- Float2ObjectOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map.
- Float2ObjectOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectOpenCustomHashMap(Map<? extends Float, ? extends V>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Float2ObjectOpenCustomHashMap(Map<? extends Float, ? extends V>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ObjectOpenCustomHashMap(Float2ObjectMap<V>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ObjectOpenCustomHashMap(Float2ObjectMap<V>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ObjectOpenCustomHashMap(float[], V[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ObjectOpenCustomHashMap(float[], V[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash map with a fast, small-footprint implementation.
- Float2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map.
- Float2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ObjectOpenHashMap(Map<? extends Float, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map copying a given one.
- Float2ObjectOpenHashMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ObjectOpenHashMap(Float2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ObjectOpenHashMap(Float2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ObjectOpenHashMap(float[], V[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ObjectOpenHashMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Float2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new empty tree map.
- Float2ObjectRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2ObjectRBTreeMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Float2ObjectRBTreeMap(SortedMap<Float, V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ObjectRBTreeMap(Float2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Float2ObjectRBTreeMap(Float2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ObjectRBTreeMap(float[], V[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2ObjectRBTreeMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Float2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Float2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.floats
-
A sorted entry set providing fast iteration.
- Float2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Float2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific sorted map.
- Float2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton sorted map.
- Float2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for sorted maps.
- Float2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for sorted maps.
- forEach(BiConsumer<? super Float, ? super V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.EmptyMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.UnmodifiableMap
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.PrimitiveFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.UnmodifiableFunction
-
- setValue(V) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap.BasicEntry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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.Float2ObjectOpenCustomHashMap
-
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.Float2ObjectOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
-
- singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.Singleton
-
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(float, V, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(float, V, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectAVLTreeMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectLinkedOpenHashMap
-
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.Float2ObjectRBTreeMap
-
- subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ObjectSortedMap
-
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.Float2ObjectSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.EmptySortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.Singleton
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.UnmodifiableSortedMap
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ObjectSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- synchronize(Float2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Float2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Float2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Float2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Float2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Float2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Float2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- SynchronizedFunction(Float2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectFunctions.SynchronizedFunction
-
- SynchronizedMap(Float2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- SynchronizedMap(Float2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectMaps.SynchronizedMap
-
- SynchronizedSortedMap(Float2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Float2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ObjectSortedMaps.SynchronizedSortedMap
-