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

A

AbstractShort2IntFunction - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractShort2IntFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntFunction
 
AbstractShort2IntMap - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2IntMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
 
AbstractShort2IntMap.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).
AbstractShort2IntMap.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.
AbstractShort2IntSortedMap - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractShort2IntSortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap
 
AbstractShort2IntSortedMap.KeySet - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the keys of a map.
AbstractShort2IntSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractShort2IntSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the values of a map.
AbstractShort2IntSortedMap.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.Short2IntAVLTreeMap
This map's actual comparator; it may differ from Short2IntAVLTreeMap.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.Short2IntRBTreeMap
This map's actual comparator; it may differ from Short2IntRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Adds an increment to value currently associated with a key.
addTo(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Adds an increment to value currently associated with a key.
apply(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
BasicEntry(Short, Integer) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
BasicEntry(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
BasicEntrySet(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
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.Short2IntSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
compute(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
compute(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
compute(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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.Short2IntLinkedOpenHashMap
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, Short2IntFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntMap
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, Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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 Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
computeIfAbsent(short, Short2IntFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
computeIfAbsent(Short, Function<? super Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
computeIfAbsent(short, Short2IntFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
computeIfAbsent(Short, Function<? super Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntUnaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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, Short2IntFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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.Short2IntOpenHashMap
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, Short2IntFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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 Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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 Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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 Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
computeIfAbsentNullable(short, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
computeIfAbsentNullable(short, IntFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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 Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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, Short2IntFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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.AbstractShort2IntMap.BasicEntrySet
 
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Whether this map contains the key zero.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Cached set of entries.
entryComparator(ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Short2IntMap.Entry>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Short2IntMap, Consumer<? super Short2IntMap.Entry>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Short2IntMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Short2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
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.Short2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2IntMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
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.Short2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2IntMap.Entry) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap.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(Short2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
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.Short2IntLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
firstShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns the first (lowest) key currently in this map.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Modifies the Short2IntLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Modifies the Short2IntLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Short, ? super Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
 
forEach(BiConsumer<? super Short, ? super Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
forEach(BiConsumer<? super Short, ? super Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
forEach(BiConsumer<? super Short, ? super Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 

G

get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
Deprecated.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
getAndMoveToFirst(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntLinkedOpenHashMap
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.
getIntValue() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
Deprecated.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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.AbstractShort2IntMap.BasicEntry
 
getShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Returns the key corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntRBTreeMap
 
headMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
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.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 
iterator(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
The keys (valid up to Short2IntArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Short2IntMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
lastShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns the last (highest) key currently in this map.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.AbstractShort2IntMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Threshold after which we rehash.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Short, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
merge(Short, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
merge(Short, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(short, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(short, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(short, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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.Short2IntLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
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.Short2IntRBTreeMap
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.Short2IntLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
The current table size.
nextInt() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 

P

previousShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySetIterator
 
primitive(Function<? super Short, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
 
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
put(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.PrimitiveFunction
Deprecated.
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
put(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
put(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
put(Short, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
put(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
putAll(Map<? extends Short, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
putAndMoveToFirst(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
putIfAbsent(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
putIfAbsent(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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.Short2IntLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntrySet
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
remove(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
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.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
remove(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
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.Short2IntOpenHashMap
 
remove(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
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.Short2IntRBTreeMap
 
removeFirstInt() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(short, int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, int, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
replace(short, int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
replace(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Integer, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
replace(short, int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
replace(Short, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Integer, Integer) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Short, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 

S

setValue(int) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntOpenCustomHashMap
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.Short2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
Short2IntArrayMap - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2IntArrayMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map.
Short2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map of given capacity.
Short2IntArrayMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Short2IntArrayMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Short2IntArrayMap(short[], int[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2IntAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new empty tree map.
Short2IntAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2IntAVLTreeMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given map.
Short2IntAVLTreeMap(SortedMap<Short, Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntAVLTreeMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given map.
Short2IntAVLTreeMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntAVLTreeMap(short[], int[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2IntAVLTreeMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
short2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns a type-specific set view of the mappings contained in this map.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
short2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
short2IntEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
Short2IntFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2IntFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2IntFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.shorts
An adapter for mapping generic total functions to partial primitive functions.
Short2IntFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2IntFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2IntFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2IntLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map.
Short2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntLinkedOpenHashMap(Map<? extends Short, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2IntLinkedOpenHashMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntLinkedOpenHashMap(Short2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2IntLinkedOpenHashMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntLinkedOpenHashMap(short[], int[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntLinkedOpenHashMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntMap - 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.
Short2IntMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2IntMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2IntMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2IntMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2IntMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2IntMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2IntOpenCustomHashMap - 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.
Short2IntOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map.
Short2IntOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenCustomHashMap(Map<? extends Short, ? extends Integer>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Short2IntOpenCustomHashMap(Map<? extends Short, ? extends Integer>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntOpenCustomHashMap(Short2IntMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2IntOpenCustomHashMap(Short2IntMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntOpenCustomHashMap(short[], int[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntOpenCustomHashMap(short[], int[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map.
Short2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2IntOpenHashMap(Map<? extends Short, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map copying a given one.
Short2IntOpenHashMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2IntOpenHashMap(Short2IntMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2IntOpenHashMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2IntOpenHashMap(short[], int[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2IntOpenHashMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2IntRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new empty tree map.
Short2IntRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new empty tree map with the given comparator.
Short2IntRBTreeMap(Map<? extends Short, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given map.
Short2IntRBTreeMap(SortedMap<Short, Integer>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntRBTreeMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given map.
Short2IntRBTreeMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2IntRBTreeMap(short[], int[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2IntRBTreeMap(short[], int[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2IntSortedMap - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2IntSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2IntSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2IntSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2IntSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2IntSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2IntSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
singleton(Short, Integer) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, Integer, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, int) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, int, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, int, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
Singleton(short, int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
The number of valid entries in Short2IntArrayMap.key and Short2IntArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Returns the hashing strategy.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
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.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
synchronize(Short2IntFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2IntMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Short2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2IntFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
SynchronizedMap(Short2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
SynchronizedMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
SynchronizedSortedMap(Short2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 

T

tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
 
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
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.Short2IntRBTreeMap
 
tailMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
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.Short2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Short2IntFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Short2IntMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Short2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Short2IntFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.UnmodifiableFunction
 
UnmodifiableMap(Short2IntMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Short2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2IntSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
The values (parallel to Short2IntArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntMap
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2IntRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2IntSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Short2IntMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2IntSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links