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