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