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

A

AbstractLong2ShortFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2ShortFunction() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortFunction
 
AbstractLong2ShortMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ShortMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
 
AbstractLong2ShortMap.BasicEntry - Class in it.unimi.dsi.fastutil.longs
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).
AbstractLong2ShortMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2ShortSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2ShortSortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap
 
AbstractLong2ShortSortedMap.KeySet - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the keys of a map.
AbstractLong2ShortSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractLong2ShortSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the values of a map.
AbstractLong2ShortSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
This map's actual comparator; it may differ from Long2ShortAVLTreeMap.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.longs.Long2ShortRBTreeMap
This map's actual comparator; it may differ from Long2ShortRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Adds an increment to value currently associated with a key.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
BasicEntry(Long, Short) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
BasicEntry(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
BasicEntrySet(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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.longs.Long2ShortRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
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.longs.Long2ShortSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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(long, Long2ShortFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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(long, LongToIntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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(long, Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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(Long, Function<? super Long, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
computeIfAbsent(long, Long2ShortFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2ShortFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
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(long, Long2ShortFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
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(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
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(long, Long2ShortFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
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(long, LongFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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(long, LongFunction<? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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(long, LongFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
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(long, LongFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
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(long, Long2ShortFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
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.longs.AbstractLong2ShortMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
contains(short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Whether this map contains the key zero.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
containsValue(short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Number of entries in this map.

D

defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
defaultReturnValue(short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
defaultReturnValue(short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 

F

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

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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.longs.Long2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
Deprecated.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getShortValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
getShortValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
The keys (valid up to Long2ShortArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2ShortMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
Long2ShortArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2ShortArrayMap(long[], short[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2ShortArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new empty array map.
Long2ShortArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new empty array map of given capacity.
Long2ShortArrayMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ShortArrayMap(Map<? extends Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ShortArrayMap(long[], short[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2ShortAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2ShortAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new empty tree map.
Long2ShortAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2ShortAVLTreeMap(Map<? extends Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map copying a given map.
Long2ShortAVLTreeMap(SortedMap<Long, Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ShortAVLTreeMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map copying a given map.
Long2ShortAVLTreeMap(Long2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ShortAVLTreeMap(long[], short[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ShortAVLTreeMap(long[], short[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
long2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Returns a type-specific set view of the mappings contained in this map.
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
long2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
long2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
Long2ShortFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2ShortFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2ShortFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2ShortFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2ShortFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2ShortFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2ShortLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2ShortLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map.
Long2ShortLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortLinkedOpenHashMap(Map<? extends Long, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2ShortLinkedOpenHashMap(Map<? extends Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ShortLinkedOpenHashMap(Long2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ShortLinkedOpenHashMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ShortLinkedOpenHashMap(long[], short[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ShortLinkedOpenHashMap(long[], short[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ShortMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2ShortMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ShortMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2ShortMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2ShortMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2ShortMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2ShortMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2ShortMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2ShortOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2ShortOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map.
Long2ShortOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortOpenCustomHashMap(Map<? extends Long, ? extends Short>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map copying a given one.
Long2ShortOpenCustomHashMap(Map<? extends Long, ? extends Short>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ShortOpenCustomHashMap(Long2ShortMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2ShortOpenCustomHashMap(Long2ShortMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ShortOpenCustomHashMap(long[], short[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ShortOpenCustomHashMap(long[], short[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ShortOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2ShortOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map.
Long2ShortOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ShortOpenHashMap(Map<? extends Long, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map copying a given one.
Long2ShortOpenHashMap(Map<? extends Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ShortOpenHashMap(Long2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ShortOpenHashMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ShortOpenHashMap(long[], short[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ShortOpenHashMap(long[], short[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ShortRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2ShortRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new empty tree map.
Long2ShortRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new empty tree map with the given comparator.
Long2ShortRBTreeMap(Map<? extends Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map copying a given map.
Long2ShortRBTreeMap(SortedMap<Long, Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ShortRBTreeMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map copying a given map.
Long2ShortRBTreeMap(Long2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ShortRBTreeMap(long[], short[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ShortRBTreeMap(long[], short[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ShortSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ShortSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2ShortSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2ShortSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2ShortSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2ShortSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2ShortSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Threshold after which we rehash.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
merge(Long, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
merge(Long, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeShort(long, short, ShortBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
If the specified key is not already associated with a value, associates it with the given value.
mergeShort(long, short, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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.longs.Long2ShortLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
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.longs.Long2ShortRBTreeMap
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.longs.Long2ShortLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
The current table size.
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Short>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
 
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
put(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.PrimitiveFunction
Deprecated.
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
put(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
put(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
put(Long, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
put(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
putAndMoveToFirst(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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(Long, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
putIfAbsent(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
putIfAbsent(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
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(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
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.longs.Long2ShortLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
remove(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
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.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
remove(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
remove(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
removeFirstShort() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastShort() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, short, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, short, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Short, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
replace(long, short, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
replace(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Short, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
replace(long, short, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
replace(Long, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Short, Short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, short, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, short, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, short) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 

S

setValue(short) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
setValue(short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
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.longs.Long2ShortOpenCustomHashMap
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.longs.Long2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
singleton(Long, Short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Short, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, short) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, short, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, short, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
Singleton(long, short) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
The number of valid entries in Long2ShortArrayMap.key and Long2ShortArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
synchronize(Long2ShortFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ShortMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
SynchronizedMap(Long2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
SynchronizedMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2ShortFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2ShortMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2ShortMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ShortSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
The values (parallel to Long2ShortArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ShortRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ShortSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2ShortMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ShortSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links