- 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
-
- 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
-
- 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
-
- 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
-
- 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
-