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