Skip navigation links
A B C D E F G H I K L M N P R S T U V 

A

AbstractShort2CharFunction - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractShort2CharFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharFunction
 
AbstractShort2CharMap - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2CharMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
 
AbstractShort2CharMap.BasicEntry - Class in it.unimi.dsi.fastutil.shorts
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractShort2CharMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.shorts
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractShort2CharSortedMap - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractShort2CharSortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap
 
AbstractShort2CharSortedMap.KeySet - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the keys of a map.
AbstractShort2CharSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractShort2CharSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the values of a map.
AbstractShort2CharSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
This map's actual comparator; it may differ from Short2CharAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
This map's actual comparator; it may differ from Short2CharRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Adds an increment to value currently associated with a key.
addTo(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Adds an increment to value currently associated with a key.
apply(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
BasicEntry(Short, Character) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
BasicEntry(short, char) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
BasicEntrySet(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntrySet
 

C

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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use computeIfAbsent() instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
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.

D

defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
defaultReturnValue(char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Cached set of entries.
entryComparator(ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Short2CharMap.Entry>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Short2CharMap, Consumer<? super Short2CharMap.Entry>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Short2CharMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Short2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2CharMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2CharMap.Entry) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
firstShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns the first (lowest) key currently in this map.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Modifies the Short2CharLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Modifies the Short2CharLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Short, ? super Character>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
 
forEach(BiConsumer<? super Short, ? super Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
forEach(BiConsumer<? super Short, ? super Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
forEach(BiConsumer<? super Short, ? super Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 

G

get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
Deprecated.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
getAndMoveToFirst(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getCharValue() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
getCharValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
 
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
Deprecated.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
Deprecated.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
getOrDefault(Object, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getShortKey() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
getShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Returns the key corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
headMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 
iterator(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
The keys (valid up to Short2CharArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Short2CharMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
lastShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns the last (highest) key currently in this map.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Threshold after which we rehash.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Short, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
merge(Short, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
merge(Short, Character, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, char, BiFunction<? super Character, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(short, char, CharBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
If the specified key is not already associated with a value, associates it with the given value.
mergeChar(short, char, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
The current table size.
nextChar() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 

P

previousShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySetIterator
 
primitive(Function<? super Short, ? extends Character>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Short, ? extends Character>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
 
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
put(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.PrimitiveFunction
Deprecated.
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
put(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
put(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
put(Short, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
put(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
putAll(Map<? extends Short, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
putAndMoveToFirst(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(Short, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
putIfAbsent(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
putIfAbsent(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntrySet
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
remove(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
remove(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
remove(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
removeFirstChar() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastChar() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(short, char, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, char, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, char) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Character, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Character) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
replace(short, char, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
replace(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Character, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
replace(short, char, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
replace(Short, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Character, Character) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, char, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, char, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, char) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Short, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Short, ? super Character, ? extends Character>) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 

S

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
Deprecated.
Please use the corresponding type-specific method instead.
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
The number of valid entries in Short2CharArrayMap.key and Short2CharArrayMap.value.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
Deprecated.
Please use the corresponding type-specific method instead.
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
 

T

tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
 
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
 
tailMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Short2CharFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Short2CharMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Short2CharSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Short2CharFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.UnmodifiableFunction
 
UnmodifiableMap(Short2CharMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Short2CharSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2CharSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
The values (parallel to Short2CharArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharMap
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2CharRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2CharSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Short2CharMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2CharSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links