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