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