- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
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.Object2ObjectLinkedOpenHashMap
-
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.Object2ObjectRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
-
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.Object2ObjectSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(K, Object2ObjectFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
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, Object2ObjectFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
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, Object2ObjectFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
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, Object2ObjectFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
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, Object2ObjectFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeObjectIfAbsentPartial(K, Object2ObjectFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Whether this map contains the key zero.
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Number of entries in this map.
- EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
-
An empty type-specific function (immutable).
- EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
-
An empty type-specific map (immutable).
- EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
An empty sorted map (immutable).
- EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
-
Returns an empty map (immutable).
- EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
-
- emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns an empty sorted map (immutable).
- EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
-
- ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Ensures that this map can hold a certain number of keys without rehashing.
- ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Ensures that this map can hold a certain number of keys without rehashing.
- ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Ensures that this map can hold a certain number of keys without rehashing.
- ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Ensures that this map can hold a certain number of keys without rehashing.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Cached set of entries.
- entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Cached set of entries.
- entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns a comparator for entries based on a given comparator on keys.
- entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
-
Returns a sorted-set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
-
Returns a sorted-set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
Returns a set view of the mappings contained in this map.
- entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
-
Returns a set view of the mappings contained in this map.
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Threshold after which we rehash.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- modified - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- Object2ObjectArrayMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Object2ObjectArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Object2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new empty array map.
- Object2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new empty array map of given capacity.
- Object2ObjectArrayMap(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Object2ObjectArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Object2ObjectArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Object2ObjectAVLTreeMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Object2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new empty tree map.
- Object2ObjectAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Object2ObjectAVLTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Object2ObjectAVLTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2ObjectAVLTreeMap(Object2ObjectMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Object2ObjectAVLTreeMap(Object2ObjectSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2ObjectAVLTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Object2ObjectAVLTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- object2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Returns a type-specific set view of the mappings contained in this map.
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- object2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
- object2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
-
- Object2ObjectFunctions - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific functions.
- Object2ObjectFunctions.EmptyFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific function.
- Object2ObjectFunctions.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton function.
- Object2ObjectFunctions.SynchronizedFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for functions.
- Object2ObjectFunctions.UnmodifiableFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for functions.
- Object2ObjectLinkedOpenCustomHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Object2ObjectLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map.
- Object2ObjectLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Object2ObjectLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2ObjectLinkedOpenCustomHashMap(Object2ObjectMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2ObjectLinkedOpenCustomHashMap(Object2ObjectMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2ObjectLinkedOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2ObjectLinkedOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2ObjectLinkedOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Object2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map.
- Object2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Object2ObjectLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2ObjectLinkedOpenHashMap(Object2ObjectMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2ObjectLinkedOpenHashMap(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2ObjectLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2ObjectLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2ObjectMap<K,V> - 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.
- Object2ObjectMap.Entry<K,V> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Object2ObjectMap.FastEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
-
An entry set providing fast iteration.
- Object2ObjectMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific maps.
- Object2ObjectMaps.EmptyMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific map.
- Object2ObjectMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton map.
- Object2ObjectMaps.SynchronizedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for maps.
- Object2ObjectMaps.UnmodifiableMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for maps.
- Object2ObjectOpenCustomHashMap<K,V> - 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.
- Object2ObjectOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map.
- Object2ObjectOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Object2ObjectOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2ObjectOpenCustomHashMap(Object2ObjectMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2ObjectOpenCustomHashMap(Object2ObjectMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2ObjectOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2ObjectOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2ObjectOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation.
- Object2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map.
- Object2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2ObjectOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map copying a given one.
- Object2ObjectOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2ObjectOpenHashMap(Object2ObjectMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2ObjectOpenHashMap(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2ObjectOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2ObjectOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2ObjectRBTreeMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Object2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new empty tree map.
- Object2ObjectRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Object2ObjectRBTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Object2ObjectRBTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2ObjectRBTreeMap(Object2ObjectMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Object2ObjectRBTreeMap(Object2ObjectSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2ObjectRBTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Object2ObjectRBTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Object2ObjectSortedMap<K,V> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Object2ObjectSortedMap.FastSortedEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
-
A sorted entry set providing fast iteration.
- Object2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Object2ObjectSortedMaps.EmptySortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific sorted map.
- Object2ObjectSortedMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton sorted map.
- Object2ObjectSortedMaps.SynchronizedSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for sorted maps.
- Object2ObjectSortedMaps.UnmodifiableSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for sorted maps.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Rehashes the map.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
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.Object2ObjectMap
- remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Removes the mapping associated with the last key in iteration order.
- removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Removes the mapping associated with the last key in iteration order.
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, V, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
-
- setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
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.Object2ObjectLinkedOpenHashMap
-
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.Object2ObjectOpenCustomHashMap
-
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.Object2ObjectOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
-
- singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
-
- singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, V, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(K, V, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
Returns the hashing strategy.
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
-
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.Object2ObjectLinkedOpenHashMap
-
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.Object2ObjectRBTreeMap
-
- subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
-
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.Object2ObjectSortedMaps.EmptySortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
-
- subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- synchronize(Object2ObjectFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Object2ObjectFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Object2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Object2ObjectMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Object2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Object2ObjectSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Object2ObjectFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- SynchronizedFunction(Object2ObjectFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
-
- SynchronizedMap(Object2ObjectMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- SynchronizedMap(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
-
- SynchronizedSortedMap(Object2ObjectSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Object2ObjectSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
-