- Char2IntArrayMap - Class in it.unimi.dsi.fastutil.chars
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Char2IntArrayMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Char2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new empty array map.
- Char2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new empty array map of given capacity.
- Char2IntArrayMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Char2IntArrayMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Char2IntArrayMap(char[], int[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Char2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Char2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new empty tree map.
- Char2IntAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Char2IntAVLTreeMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map copying a given map.
- Char2IntAVLTreeMap(SortedMap<Character, Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Char2IntAVLTreeMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map copying a given map.
- Char2IntAVLTreeMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Char2IntAVLTreeMap(char[], int[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Char2IntAVLTreeMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
- char2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Returns a type-specific set view of the mappings contained in this map.
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- char2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- char2IntEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
-
- Char2IntFunctions - Class in it.unimi.dsi.fastutil.chars
-
A class providing static methods and objects that do useful things with type-specific functions.
- Char2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing an empty type-specific function.
- Char2IntFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
-
An adapter for mapping generic total functions to partial primitive functions.
- Char2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing a type-specific singleton function.
- Char2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
-
A synchronized wrapper class for functions.
- Char2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
-
An unmodifiable wrapper class for functions.
- Char2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Char2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map.
- Char2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntLinkedOpenHashMap(Map<? extends Character, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Char2IntLinkedOpenHashMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Char2IntLinkedOpenHashMap(Char2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Char2IntLinkedOpenHashMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Char2IntLinkedOpenHashMap(char[], int[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Char2IntLinkedOpenHashMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Char2IntMap - Interface in it.unimi.dsi.fastutil.chars
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Char2IntMap.Entry - Interface in it.unimi.dsi.fastutil.chars
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Char2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
-
An entry set providing fast iteration.
- Char2IntMaps - Class in it.unimi.dsi.fastutil.chars
-
A class providing static methods and objects that do useful things with type-specific maps.
- Char2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing an empty type-specific map.
- Char2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing a type-specific singleton map.
- Char2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
-
A synchronized wrapper class for maps.
- Char2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
-
An unmodifiable wrapper class for maps.
- Char2IntOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Char2IntOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map.
- Char2IntOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntOpenCustomHashMap(Map<? extends Character, ? extends Integer>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Char2IntOpenCustomHashMap(Map<? extends Character, ? extends Integer>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Char2IntOpenCustomHashMap(Char2IntMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Char2IntOpenCustomHashMap(Char2IntMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Char2IntOpenCustomHashMap(char[], int[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Char2IntOpenCustomHashMap(char[], int[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Char2IntOpenHashMap - Class in it.unimi.dsi.fastutil.chars
-
A type-specific hash map with a fast, small-footprint implementation.
- Char2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map.
- Char2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Char2IntOpenHashMap(Map<? extends Character, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map copying a given one.
- Char2IntOpenHashMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Char2IntOpenHashMap(Char2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Char2IntOpenHashMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Char2IntOpenHashMap(char[], int[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Char2IntOpenHashMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Char2IntRBTreeMap - Class in it.unimi.dsi.fastutil.chars
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Char2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new empty tree map.
- Char2IntRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Char2IntRBTreeMap(Map<? extends Character, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map copying a given map.
- Char2IntRBTreeMap(SortedMap<Character, Integer>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Char2IntRBTreeMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map copying a given map.
- Char2IntRBTreeMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Char2IntRBTreeMap(char[], int[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Char2IntRBTreeMap(char[], int[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Char2IntSortedMap - Interface in it.unimi.dsi.fastutil.chars
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Char2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
-
A sorted entry set providing fast iteration.
- Char2IntSortedMaps - Class in it.unimi.dsi.fastutil.chars
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Char2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing an empty type-specific sorted map.
- Char2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
-
An immutable class representing a type-specific singleton sorted map.
- Char2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
-
A synchronized wrapper class for sorted maps.
- Char2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
-
An unmodifiable wrapper class for sorted maps.
- clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
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.chars.Char2IntRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
-
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.chars.Char2IntSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
-
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- compute(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
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(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
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(char, IntUnaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
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(char, Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
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(Character, Function<? super Character, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfAbsent(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfAbsent(Character, Function<? super Character, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfAbsent(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
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(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
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(char, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
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(char, Char2IntFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
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.
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
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 it is null.
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
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 it is null.
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
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 it is null.
- computeIfAbsentNullable(char, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
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 it is null.
- computeIfAbsentPartial(char, Char2IntFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfPresent(Character, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(char, BiFunction<? super Character, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
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.chars.AbstractChar2IntMap.BasicEntrySet
-
- contains(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
-
- contains(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.ValuesCollection
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
- containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
- containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Whether this map contains the key zero.
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
- containsValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.EmptyMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2IntMaps.UnmodifiableMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
- containsValue(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
Number of entries in this map.
- setValue(int) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntry
-
- setValue(int) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Integer) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
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.chars.Char2IntOpenCustomHashMap
-
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.chars.Char2IntOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
-
- singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.Singleton
-
- singleton(Character, Integer) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Character, Integer, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(char, int) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(char, int, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(char, int, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- Singleton(char, int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.chars.Char2IntMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2IntOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntAVLTreeMap
-
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntRBTreeMap
-
- subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2IntSortedMap
-
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
-
- subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.EmptySortedMap
-
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.Singleton
-
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
-
- subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.UnmodifiableSortedMap
-
- subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2IntSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- synchronize(Char2IntFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Char2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Char2IntMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Char2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Char2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Char2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Char2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- SynchronizedFunction(Char2IntFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntFunctions.SynchronizedFunction
-
- SynchronizedMap(Char2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- SynchronizedMap(Char2IntMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntMaps.SynchronizedMap
-
- SynchronizedSortedMap(Char2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Char2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2IntSortedMaps.SynchronizedSortedMap
-