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

A

AbstractReference2ReferenceFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ReferenceFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceFunction
 
AbstractReference2ReferenceMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ReferenceMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
AbstractReference2ReferenceMap.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).
AbstractReference2ReferenceMap.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.
AbstractReference2ReferenceSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ReferenceSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap
 
AbstractReference2ReferenceSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractReference2ReferenceSortedMap.KeySetIterator<K,V> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractReference2ReferenceSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractReference2ReferenceSortedMap.ValuesIterator<K,V> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 

B

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

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Returns a deep copy of this map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
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.Reference2ReferenceSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(K, Reference2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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, Reference2ReferenceFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
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, Reference2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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, Reference2ReferenceFunction<? super K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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, Reference2ReferenceFunction<? super K, ? extends V>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
Returns a sorted-set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 

F

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

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
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.AbstractReference2ReferenceMap.BasicEntry
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.EmptyMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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.AbstractReference2ReferenceMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
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.Reference2ReferenceSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
The keys (valid up to Reference2ReferenceArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
The index of the last entry in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.AbstractReference2ReferenceMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Threshold after which we rehash.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesIterator
 

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySetIterator
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
put(K, V) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
put(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
putAndMoveToFirst(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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

Reference2ReferenceArrayMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2ReferenceArrayMap(Object[], Object[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map.
Reference2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map of given capacity.
Reference2ReferenceArrayMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ReferenceArrayMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ReferenceArrayMap(Object[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
reference2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
reference2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.EmptySortedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
reference2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
Reference2ReferenceFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2ReferenceFunctions.EmptyFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2ReferenceFunctions.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2ReferenceFunctions.SynchronizedFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2ReferenceFunctions.UnmodifiableFunction<K,V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2ReferenceLinkedOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map.
Reference2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2ReferenceLinkedOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceLinkedOpenHashMap(Reference2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceLinkedOpenHashMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceLinkedOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceLinkedOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceMap<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.
Reference2ReferenceMap.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.
Reference2ReferenceMap.FastEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2ReferenceMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2ReferenceMaps.EmptyMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2ReferenceMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2ReferenceMaps.SynchronizedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2ReferenceMaps.UnmodifiableMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2ReferenceOpenCustomHashMap<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.
Reference2ReferenceOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map.
Reference2ReferenceOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2ReferenceOpenCustomHashMap(Map<? extends K, ? extends V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceOpenCustomHashMap(Reference2ReferenceMap<K, V>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceOpenCustomHashMap(Reference2ReferenceMap<K, V>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceOpenCustomHashMap(K[], V[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceOpenCustomHashMap(K[], V[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceOpenHashMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map.
Reference2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ReferenceOpenHashMap(Map<? extends K, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Reference2ReferenceOpenHashMap(Map<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ReferenceOpenHashMap(Reference2ReferenceMap<K, V>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ReferenceOpenHashMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ReferenceOpenHashMap(K[], V[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ReferenceOpenHashMap(K[], V[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ReferenceSortedMap<K,V> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ReferenceSortedMap.FastSortedEntrySet<K,V> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2ReferenceSortedMaps.EmptySortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2ReferenceSortedMaps.Singleton<K,V> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2ReferenceSortedMaps.SynchronizedSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2ReferenceSortedMaps.UnmodifiableSortedMap<K,V> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeFirst() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceMap
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.Reference2ReferenceMap
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.Reference2ReferenceMaps.SynchronizedMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
replace(K, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
replace(K, V, V) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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.Reference2ReferenceOpenHashMap
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.Reference2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
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.Reference2ReferenceOpenCustomHashMap
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.Reference2ReferenceOpenHashMap
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.Reference2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
singleton(K, V) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
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.Reference2ReferenceSortedMaps
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.Reference2ReferenceSortedMaps.Singleton
 
Singleton(K, V) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntrySet
 
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
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.Reference2ReferenceSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
synchronize(Reference2ReferenceFunction<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ReferenceFunction<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ReferenceMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ReferenceMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ReferenceSortedMap<K, V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ReferenceSortedMap<K, V>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Reference2ReferenceFunction<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ReferenceFunction<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
SynchronizedMap(Reference2ReferenceMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Reference2ReferenceMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
SynchronizedSortedMap(Reference2ReferenceSortedMap<K, V>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ReferenceSortedMap<K, V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
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.Reference2ReferenceSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Reference2ReferenceFunction<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ReferenceMap<? extends K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ReferenceSortedMap<K, ? extends V>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Reference2ReferenceFunction<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.UnmodifiableFunction
 
UnmodifiableMap(Reference2ReferenceMap<? extends K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Reference2ReferenceSortedMap<K, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
The values (parallel to Reference2ReferenceArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ReferenceOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Reference2ReferenceMap.Entry<K, V>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ReferenceSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links