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