- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
-
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.Float2ReferenceSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceMap
-
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.Float2ReferenceMaps.SynchronizedMap
-
- compute(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- compute(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- compute(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
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.Float2ReferenceOpenHashMap
-
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.Float2ReferenceLinkedOpenHashMap
-
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, Float2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceMap
-
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, Float2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
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.Float2ReferenceMaps.SynchronizedMap
-
- computeIfAbsent(float, Float2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- computeIfAbsent(float, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- computeIfAbsent(float, Float2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- computeIfAbsent(Float, Function<? super Float, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- computeIfAbsent(float, DoubleFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
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, Float2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
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.Float2ReferenceOpenHashMap
-
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, Float2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
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, Float2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceMap
-
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.Float2ReferenceMaps.SynchronizedMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- computeIfPresent(Float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- computeIfPresent(float, BiFunction<? super Float, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
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.Float2ReferenceOpenHashMap
-
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.AbstractFloat2ReferenceMap.BasicEntrySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.ValuesCollection
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.UnmodifiableFunction
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
- containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Whether this map contains the key zero.
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Number of entries in this map.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
The acceptable load factor.
- f - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
The acceptable load factor.
- fastForEach(Consumer<? super Float2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap.FastEntrySet
-
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
- fastForEach(Float2ReferenceMap<V>, Consumer<? super Float2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Iterates
quickly, if possible, on the entry set of the provided
map.
- fastIterable(Float2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Returns an iterable yielding an iterator that will be
fast, if possible, on the entry set of the provided
map.
- fastIterable(Float2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
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.Float2ReferenceMap.FastEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
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.Float2ReferenceSortedMap.FastSortedEntrySet
-
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
- fastIterator(Float2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap.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(Float2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
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.Float2ReferenceLinkedOpenHashMap
-
The index of the first entry in iteration order.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
The first key in this map.
- firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
The first key in this map.
- firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Returns the first key of this map in iteration order.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
-
Returns the first (lowest) key currently in this map.
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- Float2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Float2ReferenceArrayMap(float[], Object[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Float2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new empty array map.
- Float2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new empty array map of given capacity.
- Float2ReferenceArrayMap(Float2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2ReferenceArrayMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Float2ReferenceArrayMap(float[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Float2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Float2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new empty tree map.
- Float2ReferenceAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2ReferenceAVLTreeMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2ReferenceAVLTreeMap(SortedMap<Float, V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ReferenceAVLTreeMap(Float2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map copying a given map.
- Float2ReferenceAVLTreeMap(Float2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ReferenceAVLTreeMap(float[], V[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2ReferenceAVLTreeMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- float2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
Returns a type-specific set view of the mappings contained in this map.
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.EmptyMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.Singleton
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- float2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- float2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- Float2ReferenceFunctions - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific functions.
- Float2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific function.
- Float2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An adapter for mapping generic total functions to partial primitive functions.
- Float2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton function.
- Float2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for functions.
- Float2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for functions.
- Float2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Float2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map.
- Float2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceLinkedOpenHashMap(Map<? extends Float, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Float2ReferenceLinkedOpenHashMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ReferenceLinkedOpenHashMap(Float2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ReferenceLinkedOpenHashMap(Float2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ReferenceLinkedOpenHashMap(float[], V[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ReferenceLinkedOpenHashMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ReferenceMap<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.
- Float2ReferenceMap.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.
- Float2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.floats
-
An entry set providing fast iteration.
- Float2ReferenceMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific maps.
- Float2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific map.
- Float2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton map.
- Float2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for maps.
- Float2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An unmodifiable wrapper class for maps.
- Float2ReferenceOpenCustomHashMap<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.
- Float2ReferenceOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map.
- Float2ReferenceOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceOpenCustomHashMap(Map<? extends Float, ? extends V>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Float2ReferenceOpenCustomHashMap(Map<? extends Float, ? extends V>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ReferenceOpenCustomHashMap(Float2ReferenceMap<V>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ReferenceOpenCustomHashMap(Float2ReferenceMap<V>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ReferenceOpenCustomHashMap(float[], V[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ReferenceOpenCustomHashMap(float[], V[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific hash map with a fast, small-footprint implementation.
- Float2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map.
- Float2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Float2ReferenceOpenHashMap(Map<? extends Float, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map copying a given one.
- Float2ReferenceOpenHashMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Float2ReferenceOpenHashMap(Float2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Float2ReferenceOpenHashMap(Float2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Float2ReferenceOpenHashMap(float[], V[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Float2ReferenceOpenHashMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Float2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Float2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new empty tree map.
- Float2ReferenceRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Float2ReferenceRBTreeMap(Map<? extends Float, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map copying a given map.
- Float2ReferenceRBTreeMap(SortedMap<Float, V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ReferenceRBTreeMap(Float2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map copying a given map.
- Float2ReferenceRBTreeMap(Float2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Float2ReferenceRBTreeMap(float[], V[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Float2ReferenceRBTreeMap(float[], V[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Float2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.floats
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Float2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.floats
-
A sorted entry set providing fast iteration.
- Float2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.floats
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Float2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing an empty type-specific sorted map.
- Float2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.floats
-
An immutable class representing a type-specific singleton sorted map.
- Float2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.floats
-
A synchronized wrapper class for sorted maps.
- Float2ReferenceSortedMaps.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.Float2ReferenceMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.EmptyMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- forEach(BiConsumer<? super Float, ? super V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.PrimitiveFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- function - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.UnmodifiableFunction
-
- map - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Threshold after which we rehash.
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- merge(Float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- merge(Float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.UnmodifiableMap
-
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(float, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
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.Float2ReferenceLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
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.Float2ReferenceRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(V) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap.BasicEntry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceOpenCustomHashMap
-
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.Float2ReferenceOpenHashMap
-
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.Float2ReferenceFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
-
- singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.Singleton
-
- singleton(Float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
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.Float2ReferenceSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(float, V) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
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.Float2ReferenceSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(float, V, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- Singleton(float, V) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceLinkedOpenHashMap
-
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.Float2ReferenceRBTreeMap
-
- subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMap
-
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.Float2ReferenceSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.EmptySortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.Singleton
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.UnmodifiableSortedMap
-
- subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- synchronize(Float2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Float2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Float2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Float2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Float2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Float2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Float2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- SynchronizedFunction(Float2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.SynchronizedFunction
-
- SynchronizedMap(Float2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- SynchronizedMap(Float2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceMaps.SynchronizedMap
-
- SynchronizedSortedMap(Float2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Float2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ReferenceSortedMaps.SynchronizedSortedMap
-