- clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
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.shorts.Short2FloatRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
-
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.shorts.Short2FloatSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
-
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- compute(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- compute(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(short, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
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(short, Short2FloatFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
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(short, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
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(short, Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
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(Short, Function<? super Short, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- computeIfAbsent(short, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfAbsent(short, Short2FloatFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfAbsent(Short, Function<? super Short, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfAbsent(short, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(short, Short2FloatFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(Short, Function<? super Short, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(short, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
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(short, Short2FloatFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
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(short, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
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(short, Short2FloatFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
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(short, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
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(short, IntFunction<? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
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(short, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfAbsentNullable(short, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfAbsentNullable(short, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
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(short, IntFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
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(short, Short2FloatFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfPresent(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfPresent(Short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(short, BiFunction<? super Short, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
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.shorts.AbstractShort2FloatMap.BasicEntrySet
-
- contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.ValuesCollection
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.EmptyFunction
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.UnmodifiableFunction
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
- containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Whether this map contains the key zero.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
- containsValue(float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.EmptyMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Number of entries in this map.
- setValue(float) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap.BasicEntry
-
- setValue(float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Float) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
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.shorts.Short2FloatOpenCustomHashMap
-
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.shorts.Short2FloatOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- Short2FloatArrayMap - Class in it.unimi.dsi.fastutil.shorts
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Short2FloatArrayMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Short2FloatArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new empty array map.
- Short2FloatArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new empty array map of given capacity.
- Short2FloatArrayMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Short2FloatArrayMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Short2FloatArrayMap(short[], float[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Short2FloatAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Short2FloatAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new empty tree map.
- Short2FloatAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Short2FloatAVLTreeMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Short2FloatAVLTreeMap(SortedMap<Short, Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2FloatAVLTreeMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Short2FloatAVLTreeMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2FloatAVLTreeMap(short[], float[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Short2FloatAVLTreeMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
- short2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Returns a type-specific set view of the mappings contained in this map.
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.EmptyMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.UnmodifiableMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- short2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- short2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
-
- Short2FloatFunctions - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific functions.
- Short2FloatFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific function.
- Short2FloatFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.shorts
-
An adapter for mapping generic total functions to partial primitive functions.
- Short2FloatFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton function.
- Short2FloatFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for functions.
- Short2FloatFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for functions.
- Short2FloatLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Short2FloatLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map.
- Short2FloatLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatLinkedOpenHashMap(Map<? extends Short, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Short2FloatLinkedOpenHashMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2FloatLinkedOpenHashMap(Short2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2FloatLinkedOpenHashMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2FloatLinkedOpenHashMap(short[], float[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2FloatLinkedOpenHashMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2FloatMap - Interface in it.unimi.dsi.fastutil.shorts
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Short2FloatMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Short2FloatMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
-
An entry set providing fast iteration.
- Short2FloatMaps - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific maps.
- Short2FloatMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific map.
- Short2FloatMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton map.
- Short2FloatMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for maps.
- Short2FloatMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for maps.
- Short2FloatOpenCustomHashMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Short2FloatOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map.
- Short2FloatOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatOpenCustomHashMap(Map<? extends Short, ? extends Float>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Short2FloatOpenCustomHashMap(Map<? extends Short, ? extends Float>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2FloatOpenCustomHashMap(Short2FloatMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2FloatOpenCustomHashMap(Short2FloatMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2FloatOpenCustomHashMap(short[], float[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2FloatOpenCustomHashMap(short[], float[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2FloatOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific hash map with a fast, small-footprint implementation.
- Short2FloatOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map.
- Short2FloatOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2FloatOpenHashMap(Map<? extends Short, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map copying a given one.
- Short2FloatOpenHashMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2FloatOpenHashMap(Short2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2FloatOpenHashMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2FloatOpenHashMap(short[], float[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2FloatOpenHashMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2FloatRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Short2FloatRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new empty tree map.
- Short2FloatRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Short2FloatRBTreeMap(Map<? extends Short, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Short2FloatRBTreeMap(SortedMap<Short, Float>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2FloatRBTreeMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Short2FloatRBTreeMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2FloatRBTreeMap(short[], float[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Short2FloatRBTreeMap(short[], float[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Short2FloatSortedMap - Interface in it.unimi.dsi.fastutil.shorts
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Short2FloatSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
-
A sorted entry set providing fast iteration.
- Short2FloatSortedMaps - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Short2FloatSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific sorted map.
- Short2FloatSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton sorted map.
- Short2FloatSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for sorted maps.
- Short2FloatSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for sorted maps.
- singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
-
- singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.Singleton
-
- singleton(Short, Float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Short, Float, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(short, float) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(short, float, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(short, float, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- Singleton(short, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatAVLTreeMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatRBTreeMap
-
- subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2FloatSortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.EmptySortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.Singleton
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.UnmodifiableSortedMap
-
- subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2FloatSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- synchronize(Short2FloatFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Short2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Short2FloatMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Short2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Short2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Short2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Short2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- SynchronizedFunction(Short2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatFunctions.SynchronizedFunction
-
- SynchronizedMap(Short2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- SynchronizedMap(Short2FloatMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatMaps.SynchronizedMap
-
- SynchronizedSortedMap(Short2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Short2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2FloatSortedMaps.SynchronizedSortedMap
-