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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
BasicEntry(Short, Long) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
BasicEntry(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
BasicEntrySet(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.Short2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
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.Short2LongSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
compute(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
compute(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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, IntToLongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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, Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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 Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
computeIfAbsent(short, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
computeIfAbsent(Short, Function<? super Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
computeIfAbsent(short, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
computeIfAbsent(Short, Function<? super Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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 Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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 Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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 Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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 Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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, Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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.AbstractShort2LongMap.BasicEntrySet
 
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Whether this map contains the key zero.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Cached set of entries.
entryComparator(ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 

F

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

G

get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
Deprecated.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
getAndMoveToFirst(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.Short2LongLinkedOpenHashMap
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.
getKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongValue() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Returns the value corresponding to this entry.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
Deprecated.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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.AbstractShort2LongMap.BasicEntry
 
getShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Returns the key corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.Short2LongRBTreeMap
 
headMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
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.Short2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 
iterator(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
The keys (valid up to Short2LongArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Short2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
lastShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Returns the last (highest) key currently in this map.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.AbstractShort2LongMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Threshold after which we rehash.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Short, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
merge(Short, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
merge(Short, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(short, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(short, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(short, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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.Short2LongLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
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.Short2LongRBTreeMap
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.Short2LongLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
The current table size.
nextLong() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 

P

previousShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySetIterator
 
primitive(Function<? super Short, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
 
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
put(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
Deprecated.
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
put(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
put(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
put(Short, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
put(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
putAll(Map<? extends Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
putAndMoveToFirst(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
putIfAbsent(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
putIfAbsent(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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.Short2LongLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntrySet
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
remove(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
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.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
remove(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
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.Short2LongOpenHashMap
 
remove(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
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.Short2LongRBTreeMap
 
removeFirstLong() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(short, long, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, long, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Short, Long, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
replace(short, long, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
replace(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Long, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
replace(short, long, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
replace(Short, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, Long, Long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, long, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, long, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 

S

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

T

tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
 
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
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.Short2LongRBTreeMap
 
tailMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
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.Short2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Short2LongFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Short2LongMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Short2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Short2LongFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
 
UnmodifiableMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
The values (parallel to Short2LongArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Short2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links