- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
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.Object2LongLinkedOpenHashMap
-
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.Object2LongRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
-
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.Object2LongSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
-
- compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
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.
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
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.
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
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, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
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.
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
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.
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
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.
- computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeLongIfAbsent(K, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- computeLongIfAbsentPartial(K, Object2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
-
- contains(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Whether this map contains the key zero.
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- containsValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Number of entries in this map.
- map - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Threshold after which we rehash.
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeLong(K, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeLong(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- modified - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- Object2LongArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Object2LongArrayMap(Object[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Object2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new empty array map.
- Object2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new empty array map of given capacity.
- Object2LongArrayMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Object2LongArrayMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Object2LongArrayMap(Object[], long[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Object2LongAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Object2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new empty tree map.
- Object2LongAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Object2LongAVLTreeMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map copying a given map.
- Object2LongAVLTreeMap(SortedMap<K, Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2LongAVLTreeMap(Object2LongMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map copying a given map.
- Object2LongAVLTreeMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2LongAVLTreeMap(K[], long[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Object2LongAVLTreeMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- object2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Returns a type-specific set view of the mappings contained in this map.
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- object2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-
- object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
-
- Object2LongFunctions - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific functions.
- Object2LongFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific function.
- Object2LongFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An adapter for mapping generic total functions to partial primitive functions.
- Object2LongFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton function.
- Object2LongFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for functions.
- Object2LongFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for functions.
- Object2LongLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Object2LongLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map.
- Object2LongLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongLinkedOpenCustomHashMap(Map<? extends K, ? extends Long>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Object2LongLinkedOpenCustomHashMap(Map<? extends K, ? extends Long>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2LongLinkedOpenCustomHashMap(Object2LongMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2LongLinkedOpenCustomHashMap(Object2LongMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2LongLinkedOpenCustomHashMap(K[], long[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2LongLinkedOpenCustomHashMap(K[], long[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2LongLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Object2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map.
- Object2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Object2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2LongLinkedOpenHashMap(Object2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2LongLinkedOpenHashMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2LongLinkedOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2LongLinkedOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2LongMap<K> - 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.
- Object2LongMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Object2LongMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
An entry set providing fast iteration.
- Object2LongMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific maps.
- Object2LongMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific map.
- Object2LongMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton map.
- Object2LongMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for maps.
- Object2LongMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for maps.
- Object2LongOpenCustomHashMap<K> - 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.
- Object2LongOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map.
- Object2LongOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Object2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2LongOpenCustomHashMap(Object2LongMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2LongOpenCustomHashMap(Object2LongMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2LongOpenCustomHashMap(K[], long[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2LongOpenCustomHashMap(K[], long[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2LongOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation.
- Object2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map.
- Object2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Object2LongOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map copying a given one.
- Object2LongOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Object2LongOpenHashMap(Object2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Object2LongOpenHashMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Object2LongOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Object2LongOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Object2LongRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Object2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new empty tree map.
- Object2LongRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Object2LongRBTreeMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map copying a given map.
- Object2LongRBTreeMap(SortedMap<K, Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2LongRBTreeMap(Object2LongMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map copying a given map.
- Object2LongRBTreeMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Object2LongRBTreeMap(K[], long[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Object2LongRBTreeMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Object2LongSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Object2LongSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
A sorted entry set providing fast iteration.
- Object2LongSortedMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Object2LongSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific sorted map.
- Object2LongSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton sorted map.
- Object2LongSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for sorted maps.
- Object2LongSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for sorted maps.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Rehashes the map.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
-
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
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.Object2LongMap
-
- remove(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- removeFirstLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeFirstLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeLastLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Removes the mapping associated with the last key in iteration order.
- removeLastLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Removes the mapping associated with the last key in iteration order.
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, long, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, Long, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- replace(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
-
- setValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
-
- setValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
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.Object2LongLinkedOpenHashMap
-
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.Object2LongOpenCustomHashMap
-
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.Object2LongOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
-
- singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
-
- singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, Long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(K, long, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
Returns the hashing strategy.
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
-
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.Object2LongLinkedOpenHashMap
-
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.Object2LongRBTreeMap
-
- subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
-
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.Object2LongSortedMaps.EmptySortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
-
- subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- synchronize(Object2LongFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Object2LongFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Object2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Object2LongMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Object2LongSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Object2LongFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- SynchronizedFunction(Object2LongFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
-
- SynchronizedMap(Object2LongMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- SynchronizedMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
-
- SynchronizedSortedMap(Object2LongSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
-