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