Skip navigation links
A B C D E F G H I K L M N P R S T U V 

A

AbstractReference2ShortFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ShortFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortFunction
 
AbstractReference2ShortMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ShortMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
 
AbstractReference2ShortMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractReference2ShortMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractReference2ShortSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ShortSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap
 
AbstractReference2ShortSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractReference2ShortSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractReference2ShortSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractReference2ShortSortedMap.ValuesIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
addTo(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Adds an increment to value currently associated with a key.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
BasicEntry(K, Short) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
BasicEntry(K, short) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
BasicEntrySet(Reference2ShortMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntrySet
 

C

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
Deprecated.
Please use computeIfAbsent() instead.
computeShortIfAbsentPartial(K, Reference2ShortFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use computeIfAbsent() instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 

D

defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Reference2ShortMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Reference2ShortMap<K>, Consumer<? super Reference2ShortMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Reference2ShortMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Reference2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ShortMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ShortMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Reference2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The index of the first entry in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Modifies the Reference2ShortLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Modifies the Reference2ShortLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Short>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
 
forEach(BiConsumer<? super K, ? super Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
Deprecated.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
getShort(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
getShortValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
getShortValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
The keys (valid up to Reference2ShortArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The index of the last entry in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use merge() instead.
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}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesIterator
 

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Short>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
 
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
put(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.PrimitiveFunction
Deprecated.
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
put(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
put(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
put(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
put(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Short>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
putAndMoveToFirst(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
putIfAbsent(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
putIfAbsent(K, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.

R

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
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Short) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Short, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Short, Short) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
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
 

S

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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Reference2ShortFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ShortMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ShortSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Reference2ShortFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.UnmodifiableFunction
 
UnmodifiableMap(Reference2ShortMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Reference2ShortSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ShortSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
The values (parallel to Reference2ShortArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ShortOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ShortSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Reference2ShortMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ShortSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links