- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Returns a deep copy of this map.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
-
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.objects.Reference2ShortSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
-
- compute(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- compute(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
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(K, Reference2ShortFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
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(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
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(K, Reference2ShortFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
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(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeIfAbsent(K, Reference2ShortFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeIfAbsent(K, Function<? super K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeIfAbsent(K, Reference2ShortFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeIfAbsent(K, Function<? super K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
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(K, Reference2ShortFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
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(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
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(K, Reference2ShortFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
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.
- computeIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeShort(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeShortIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- computeShortIfAbsentPartial(K, Reference2ShortFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeShortIfPresent(K, BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
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.objects.AbstractReference2ShortMap.BasicEntrySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
-
- contains(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Whether this map contains the key zero.
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- containsValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Threshold after which we rehash.
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- merge(K, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- merge(K, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeShort(K, short, ShortBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeShort(K, short, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeShort(K, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- Reference2ShortArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Reference2ShortArrayMap(Object[], short[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Reference2ShortArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new empty array map.
- Reference2ShortArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new empty array map of given capacity.
- Reference2ShortArrayMap(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2ShortArrayMap(Map<? extends K, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2ShortArrayMap(Object[], short[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- reference2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Returns a type-specific set view of the mappings contained in this map.
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- reference2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-
- reference2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
-
- Reference2ShortFunctions - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific functions.
- Reference2ShortFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific function.
- Reference2ShortFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An adapter for mapping generic total functions to partial primitive functions.
- Reference2ShortFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton function.
- Reference2ShortFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for functions.
- Reference2ShortFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for functions.
- Reference2ShortLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Reference2ShortLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map.
- Reference2ShortLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortLinkedOpenHashMap(Map<? extends K, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2ShortLinkedOpenHashMap(Map<? extends K, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2ShortLinkedOpenHashMap(Reference2ShortMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2ShortLinkedOpenHashMap(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2ShortLinkedOpenHashMap(K[], short[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2ShortLinkedOpenHashMap(K[], short[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2ShortMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Reference2ShortMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Reference2ShortMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
An entry set providing fast iteration.
- Reference2ShortMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific maps.
- Reference2ShortMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific map.
- Reference2ShortMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton map.
- Reference2ShortMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for maps.
- Reference2ShortMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for maps.
- Reference2ShortOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Reference2ShortOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map.
- Reference2ShortOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortOpenCustomHashMap(Map<? extends K, ? extends Short>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Reference2ShortOpenCustomHashMap(Map<? extends K, ? extends Short>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2ShortOpenCustomHashMap(Reference2ShortMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2ShortOpenCustomHashMap(Reference2ShortMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2ShortOpenCustomHashMap(K[], short[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2ShortOpenCustomHashMap(K[], short[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2ShortOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation.
- Reference2ShortOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map.
- Reference2ShortOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2ShortOpenHashMap(Map<? extends K, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2ShortOpenHashMap(Map<? extends K, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2ShortOpenHashMap(Reference2ShortMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2ShortOpenHashMap(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2ShortOpenHashMap(K[], short[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2ShortOpenHashMap(K[], short[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2ShortSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Reference2ShortSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
A sorted entry set providing fast iteration.
- Reference2ShortSortedMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Reference2ShortSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific sorted map.
- Reference2ShortSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton sorted map.
- Reference2ShortSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for sorted maps.
- Reference2ShortSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for sorted maps.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Rehashes the map.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntrySet
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
-
- remove(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- remove(Object, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- remove(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- remove(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- remove(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- removeFirstShort() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeLastShort() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Removes the mapping associated with the last key in iteration order.
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
-
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- removeShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- replace(K, short, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, short, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, Short, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- replace(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
- replace(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- replace(K, short, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- replace(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- replace(K, Short, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- replace(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- replace(K, short, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- replace(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- replace(K, Short, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- replace(K, short, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, short, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replaceAll(BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- replaceAll(BiFunction<? super K, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
-
- setValue(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
-
- setValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
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.objects.Reference2ShortOpenCustomHashMap
-
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.objects.Reference2ShortOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
-
- singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
-
- singleton(K, Short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, Short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, short) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, short, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(K, short, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- Singleton(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntrySet
-
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
-
- subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- synchronize(Reference2ShortFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Reference2ShortFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Reference2ShortMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Reference2ShortMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Reference2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Reference2ShortSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Reference2ShortFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- SynchronizedFunction(Reference2ShortFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
-
- SynchronizedMap(Reference2ShortMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- SynchronizedMap(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
-
- SynchronizedSortedMap(Reference2ShortSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Reference2ShortSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
-