- clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
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.ints.Int2FloatRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
-
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.ints.Int2FloatSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
-
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- compute(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- compute(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(int, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
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(int, Int2FloatFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
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(int, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
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(int, Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
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(Integer, Function<? super Integer, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- computeIfAbsent(int, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfAbsent(int, Int2FloatFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfAbsent(Integer, Function<? super Integer, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfAbsent(int, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(int, Int2FloatFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(Integer, Function<? super Integer, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(int, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
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(int, Int2FloatFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
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(int, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
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(int, Int2FloatFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
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(int, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
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(int, IntFunction<? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
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(int, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfAbsentNullable(int, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfAbsentNullable(int, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
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(int, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
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(int, Int2FloatFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfPresent(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfPresent(Integer, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(int, BiFunction<? super Integer, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
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.ints.AbstractInt2FloatMap.BasicEntrySet
-
- contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesCollection
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.EmptyFunction
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.UnmodifiableFunction
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Whether this map contains the key zero.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- containsValue(float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.EmptyMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Number of entries in this map.
- i - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySetIterator
-
- i - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesIterator
-
- Int2FloatArrayMap - Class in it.unimi.dsi.fastutil.ints
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Int2FloatArrayMap(int[], float[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Int2FloatArrayMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new empty array map.
- Int2FloatArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new empty array map of given capacity.
- Int2FloatArrayMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Int2FloatArrayMap(Map<? extends Integer, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Int2FloatArrayMap(int[], float[], int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Int2FloatAVLTreeMap - Class in it.unimi.dsi.fastutil.ints
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Int2FloatAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new empty tree map.
- Int2FloatAVLTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Int2FloatAVLTreeMap(Map<? extends Integer, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Int2FloatAVLTreeMap(SortedMap<Integer, Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Int2FloatAVLTreeMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Int2FloatAVLTreeMap(Int2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Int2FloatAVLTreeMap(int[], float[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Int2FloatAVLTreeMap(int[], float[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- int2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Returns a type-specific set view of the mappings contained in this map.
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.EmptyMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- int2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.EmptySortedMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- int2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
-
- Int2FloatFunctions - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific functions.
- Int2FloatFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing an empty type-specific function.
- Int2FloatFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.ints
-
An adapter for mapping generic total functions to partial primitive functions.
- Int2FloatFunctions.Singleton - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing a type-specific singleton function.
- Int2FloatFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.ints
-
A synchronized wrapper class for functions.
- Int2FloatFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for functions.
- Int2FloatLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.ints
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Int2FloatLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map.
- Int2FloatLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatLinkedOpenHashMap(Map<? extends Integer, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Int2FloatLinkedOpenHashMap(Map<? extends Integer, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Int2FloatLinkedOpenHashMap(Int2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Int2FloatLinkedOpenHashMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Int2FloatLinkedOpenHashMap(int[], float[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Int2FloatLinkedOpenHashMap(int[], float[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Int2FloatMap - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Int2FloatMap.Entry - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Int2FloatMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.ints
-
An entry set providing fast iteration.
- Int2FloatMaps - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific maps.
- Int2FloatMaps.EmptyMap - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing an empty type-specific map.
- Int2FloatMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing a type-specific singleton map.
- Int2FloatMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.ints
-
A synchronized wrapper class for maps.
- Int2FloatMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for maps.
- Int2FloatOpenCustomHashMap - Class in it.unimi.dsi.fastutil.ints
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Int2FloatOpenCustomHashMap(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map.
- Int2FloatOpenCustomHashMap(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatOpenCustomHashMap(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatOpenCustomHashMap(Map<? extends Integer, ? extends Float>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Int2FloatOpenCustomHashMap(Map<? extends Integer, ? extends Float>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Int2FloatOpenCustomHashMap(Int2FloatMap, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Int2FloatOpenCustomHashMap(Int2FloatMap, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Int2FloatOpenCustomHashMap(int[], float[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Int2FloatOpenCustomHashMap(int[], float[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Int2FloatOpenHashMap - Class in it.unimi.dsi.fastutil.ints
-
A type-specific hash map with a fast, small-footprint implementation.
- Int2FloatOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map.
- Int2FloatOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Int2FloatOpenHashMap(Map<? extends Integer, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map copying a given one.
- Int2FloatOpenHashMap(Map<? extends Integer, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Int2FloatOpenHashMap(Int2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Int2FloatOpenHashMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Int2FloatOpenHashMap(int[], float[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Int2FloatOpenHashMap(int[], float[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Int2FloatRBTreeMap - Class in it.unimi.dsi.fastutil.ints
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Int2FloatRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new empty tree map.
- Int2FloatRBTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Int2FloatRBTreeMap(Map<? extends Integer, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Int2FloatRBTreeMap(SortedMap<Integer, Float>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Int2FloatRBTreeMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Int2FloatRBTreeMap(Int2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Int2FloatRBTreeMap(int[], float[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Int2FloatRBTreeMap(int[], float[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Int2FloatSortedMap - Interface in it.unimi.dsi.fastutil.ints
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Int2FloatSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.ints
-
A sorted entry set providing fast iteration.
- Int2FloatSortedMaps - Class in it.unimi.dsi.fastutil.ints
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Int2FloatSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing an empty type-specific sorted map.
- Int2FloatSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
-
An immutable class representing a type-specific singleton sorted map.
- Int2FloatSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.ints
-
A synchronized wrapper class for sorted maps.
- Int2FloatSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.ints
-
An unmodifiable wrapper class for sorted maps.
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.EmptyMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
-
- iterator(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesCollection
-
- map - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Threshold after which we rehash.
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(Integer, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- merge(Integer, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- merge(Integer, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps.UnmodifiableMap
-
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(int, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeFloat(int, float, FloatBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeFloat(int, float, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
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.ints.Int2FloatLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
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.ints.Int2FloatRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(float) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntry
-
- setValue(float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Float) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
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.ints.Int2FloatOpenCustomHashMap
-
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.ints.Int2FloatOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
-
- singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.Singleton
-
- singleton(Integer, Float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Integer, Float, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(int, float) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(int, float, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(int, float, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- Singleton(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2FloatOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatAVLTreeMap
-
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatRBTreeMap
-
- subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2FloatSortedMap
-
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.EmptySortedMap
-
- subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.EmptySortedMap
-
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.Singleton
-
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
-
- subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.UnmodifiableSortedMap
-
- subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2FloatSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- synchronize(Int2FloatFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Int2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Int2FloatMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Int2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Int2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Int2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Int2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- SynchronizedFunction(Int2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatFunctions.SynchronizedFunction
-
- SynchronizedMap(Int2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- SynchronizedMap(Int2FloatMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatMaps.SynchronizedMap
-
- SynchronizedSortedMap(Int2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Int2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2FloatSortedMaps.SynchronizedSortedMap
-