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

A

AbstractObject2ReferenceFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2ReferenceFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceFunction
 
AbstractObject2ReferenceMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2ReferenceMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
AbstractObject2ReferenceMap.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).
AbstractObject2ReferenceMap.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.
AbstractObject2ReferenceSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2ReferenceSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap
 
AbstractObject2ReferenceSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractObject2ReferenceSortedMap.KeySetIterator<K,V> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractObject2ReferenceSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractObject2ReferenceSortedMap.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.Object2ReferenceAVLTreeMap
This map's actual comparator; it may differ from Object2ReferenceAVLTreeMap.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.Object2ReferenceRBTreeMap
This map's actual comparator; it may differ from Object2ReferenceRBTreeMap.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.Object2ReferenceFunctions.SynchronizedFunction
 

B

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

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
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.Object2ReferenceSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(K, Object2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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, Object2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
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, Object2ReferenceFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
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, Object2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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, Object2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeReferenceIfAbsentPartial(K, Object2ReferenceFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 

F

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

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.AbstractObject2ReferenceMap.BasicEntry
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
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.AbstractObject2ReferenceMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
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.Object2ReferenceSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
The keys (valid up to Object2ReferenceArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
The last key in this map.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.AbstractObject2ReferenceMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Threshold after which we rehash.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
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.Object2ReferenceRBTreeMap
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.Object2ReferenceLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySetIterator
 
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesIterator
 

O

Object2ReferenceArrayMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2ReferenceArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map.
Object2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map of given capacity.
Object2ReferenceArrayMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ReferenceArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ReferenceArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2ReferenceAVLTreeMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new empty tree map.
Object2ReferenceAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2ReferenceAVLTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Object2ReferenceAVLTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceAVLTreeMap(Object2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Object2ReferenceAVLTreeMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceAVLTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ReferenceAVLTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
object2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
object2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.EmptySortedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
object2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
Object2ReferenceFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2ReferenceFunctions.EmptyFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2ReferenceFunctions.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2ReferenceFunctions.SynchronizedFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2ReferenceFunctions.UnmodifiableFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2ReferenceLinkedOpenCustomHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ReferenceLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map.
Object2ReferenceLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ReferenceLinkedOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceLinkedOpenCustomHashMap(Object2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceLinkedOpenCustomHashMap(Object2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceLinkedOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceLinkedOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceLinkedOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map.
Object2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceLinkedOpenHashMap(Object2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceLinkedOpenHashMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceMap<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.
Object2ReferenceMap.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.
Object2ReferenceMap.FastEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2ReferenceMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2ReferenceMaps.EmptyMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2ReferenceMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2ReferenceMaps.SynchronizedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2ReferenceMaps.UnmodifiableMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2ReferenceOpenCustomHashMap<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.
Object2ReferenceOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map.
Object2ReferenceOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceOpenCustomHashMap(Object2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceOpenCustomHashMap(Object2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map.
Object2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ReferenceOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Object2ReferenceOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ReferenceOpenHashMap(Object2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ReferenceOpenHashMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ReferenceOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ReferenceOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ReferenceRBTreeMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new empty tree map.
Object2ReferenceRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Object2ReferenceRBTreeMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Object2ReferenceRBTreeMap(SortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceRBTreeMap(Object2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Object2ReferenceRBTreeMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ReferenceRBTreeMap(K[], V[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ReferenceRBTreeMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ReferenceSortedMap<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ReferenceSortedMap.FastSortedEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2ReferenceSortedMaps.EmptySortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2ReferenceSortedMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2ReferenceSortedMaps.SynchronizedSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2ReferenceSortedMaps.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.AbstractObject2ReferenceSortedMap.KeySetIterator
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
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.Object2ReferenceRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceMap
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.Object2ReferenceMap
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.Object2ReferenceMaps.SynchronizedMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
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.Object2ReferenceOpenHashMap
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.Object2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceOpenCustomHashMap
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.Object2ReferenceOpenHashMap
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.Object2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
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.Object2ReferenceSortedMaps
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.Object2ReferenceSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
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.Object2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
synchronize(Object2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Object2ReferenceFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ReferenceFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
SynchronizedMap(Object2ReferenceMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Object2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
SynchronizedSortedMap(Object2ReferenceSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
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.Object2ReferenceLinkedOpenHashMap
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.Object2ReferenceRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
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.Object2ReferenceSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2ReferenceFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2ReferenceMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2ReferenceSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2ReferenceFunction<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2ReferenceSortedMap<K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
The values (parallel to Object2ReferenceArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2ReferenceMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ReferenceSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links