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

A

AbstractObject2ObjectFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2ObjectFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectFunction
 
AbstractObject2ObjectMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2ObjectMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
 
AbstractObject2ObjectMap.BasicEntry<K,V> - 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).
AbstractObject2ObjectMap.BasicEntrySet<K,V> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2ObjectSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2ObjectSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap
 
AbstractObject2ObjectSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractObject2ObjectSortedMap.KeySetIterator<K,V> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractObject2ObjectSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractObject2ObjectSortedMap.ValuesIterator<K,V> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
This map's actual comparator; it may differ from Object2ObjectAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
This map's actual comparator; it may differ from Object2ObjectRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
BasicEntry(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
BasicEntrySet(Object2ObjectMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntrySet
 

C

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
Deprecated.
Please use computeIfAbsent() instead.
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.

D

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

E

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
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Object2ObjectMap.Entry<K, V>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Object2ObjectMap<K, V>, Consumer<? super Object2ObjectMap.Entry<K, V>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Object2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
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.Object2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ObjectMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
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.Object2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ObjectMap.Entry<K, V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap.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(Object2ObjectSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
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.AbstractObject2ObjectSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
The first key in this map.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Modifies the Object2ObjectLinkedOpenCustomHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Modifies the Object2ObjectLinkedOpenCustomHashMap.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Modifies the Object2ObjectLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Modifies the Object2ObjectLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
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.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
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.Object2ObjectLinkedOpenCustomHashMap
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.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
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.AbstractObject2ObjectMap.BasicEntry
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
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.Object2ObjectLinkedOpenHashMap
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.Object2ObjectRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
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.Object2ObjectSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
The keys (valid up to Object2ObjectArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2ObjectMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
The last key in this map.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
link - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
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.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.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesIterator
 

O

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.

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySetIterator
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
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, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
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, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
putIfAbsent(K, 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 and returns the default return value, else returns the current value.
putIfAbsent(K, 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 and returns the default return value, else returns the current value.

R

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
 

S

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
The number of valid entries in Object2ObjectArrayMap.key and Object2ObjectArrayMap.value.
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
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
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.Object2ObjectLinkedOpenHashMap
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.Object2ObjectRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
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.Object2ObjectSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2ObjectFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2ObjectMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2ObjectSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2ObjectFunction<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2ObjectMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2ObjectSortedMap<K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ObjectSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
The values (parallel to Object2ObjectArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ObjectRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2ObjectMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links