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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
BasicEntry(Float, Short) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
BasicEntry(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
BasicEntrySet(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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.floats.Float2ShortRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
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.floats.Float2ShortSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
compute(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
compute(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(float, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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(float, Float2ShortFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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(float, DoubleToIntFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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(float, Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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(Float, Function<? super Float, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
computeIfAbsent(float, Float2ShortFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
computeIfAbsent(float, Float2ShortFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
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(float, Float2ShortFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
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(float, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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(float, Float2ShortFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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(float, DoubleFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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(float, DoubleFunction<? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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(float, DoubleFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
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(float, DoubleFunction<? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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(float, Float2ShortFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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.floats.AbstractFloat2ShortMap.BasicEntrySet
 
contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
contains(short) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
Returns true if this function contains a mapping for the specified key.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Whether this map contains the key zero.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
containsValue(short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
containsValue(short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Cached set of entries.
entryComparator(FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Float2ShortMap.Entry>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Float2ShortMap, Consumer<? super Float2ShortMap.Entry>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Float2ShortMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Float2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
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.floats.Float2ShortMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2ShortMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
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.floats.Float2ShortSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2ShortMap.Entry) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap.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(Float2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
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.floats.Float2ShortLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
The first key in this map.
firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns the first (lowest) key currently in this map.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Modifies the Float2ShortLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Modifies the Float2ShortLinkedOpenHashMap.link vector for a shift from s to d.
Float2ShortArrayMap - Class in it.unimi.dsi.fastutil.floats
A simple, brute-force implementation of a map based on two parallel backing arrays.
Float2ShortArrayMap(float[], short[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new empty array map with given key and value backing arrays.
Float2ShortArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new empty array map.
Float2ShortArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new empty array map of given capacity.
Float2ShortArrayMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Float2ShortArrayMap(Map<? extends Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new empty array map copying the entries of a given map.
Float2ShortArrayMap(float[], short[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Float2ShortAVLTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific AVL tree map with a fast, small-footprint implementation.
Float2ShortAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new empty tree map.
Float2ShortAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new empty tree map with the given comparator.
Float2ShortAVLTreeMap(Map<? extends Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map copying a given map.
Float2ShortAVLTreeMap(SortedMap<Float, Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2ShortAVLTreeMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map copying a given map.
Float2ShortAVLTreeMap(Float2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2ShortAVLTreeMap(float[], short[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2ShortAVLTreeMap(float[], short[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
float2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Returns a type-specific set view of the mappings contained in this map.
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
float2ShortEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
float2ShortEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
Float2ShortFunctions - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific functions.
Float2ShortFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific function.
Float2ShortFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.floats
An adapter for mapping generic total functions to partial primitive functions.
Float2ShortFunctions.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton function.
Float2ShortFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for functions.
Float2ShortFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for functions.
Float2ShortLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific linked hash map with with a fast, small-footprint implementation.
Float2ShortLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map.
Float2ShortLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortLinkedOpenHashMap(Map<? extends Float, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map copying a given one.
Float2ShortLinkedOpenHashMap(Map<? extends Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2ShortLinkedOpenHashMap(Float2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2ShortLinkedOpenHashMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2ShortLinkedOpenHashMap(float[], short[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2ShortLinkedOpenHashMap(float[], short[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2ShortMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Float2ShortMap.Entry - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ShortMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.floats
An entry set providing fast iteration.
Float2ShortMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific maps.
Float2ShortMaps.EmptyMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific map.
Float2ShortMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton map.
Float2ShortMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for maps.
Float2ShortMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for maps.
Float2ShortOpenCustomHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Float2ShortOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map.
Float2ShortOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortOpenCustomHashMap(Map<? extends Float, ? extends Short>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map copying a given one.
Float2ShortOpenCustomHashMap(Map<? extends Float, ? extends Short>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2ShortOpenCustomHashMap(Float2ShortMap, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Float2ShortOpenCustomHashMap(Float2ShortMap, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2ShortOpenCustomHashMap(float[], short[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2ShortOpenCustomHashMap(float[], short[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2ShortOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation.
Float2ShortOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map.
Float2ShortOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2ShortOpenHashMap(Map<? extends Float, ? extends Short>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map copying a given one.
Float2ShortOpenHashMap(Map<? extends Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2ShortOpenHashMap(Float2ShortMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2ShortOpenHashMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2ShortOpenHashMap(float[], short[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2ShortOpenHashMap(float[], short[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2ShortRBTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific red-black tree map with a fast, small-footprint implementation.
Float2ShortRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new empty tree map.
Float2ShortRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new empty tree map with the given comparator.
Float2ShortRBTreeMap(Map<? extends Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map copying a given map.
Float2ShortRBTreeMap(SortedMap<Float, Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2ShortRBTreeMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map copying a given map.
Float2ShortRBTreeMap(Float2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2ShortRBTreeMap(float[], short[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2ShortRBTreeMap(float[], short[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Float2ShortSortedMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2ShortSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.floats
A sorted entry set providing fast iteration.
Float2ShortSortedMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific sorted maps.
Float2ShortSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific sorted map.
Float2ShortSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton sorted map.
Float2ShortSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for sorted maps.
Float2ShortSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for sorted maps.
forEach(BiConsumer<? super Float, ? super Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
 
forEach(BiConsumer<? super Float, ? super Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
forEach(BiConsumer<? super Float, ? super Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
forEach(BiConsumer<? super Float, ? super Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 

G

get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
Deprecated.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
getAndMoveToFirst(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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.
getFloatKey() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
getFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
Deprecated.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
Deprecated.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
getOrDefault(Object, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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.floats.AbstractFloat2ShortMap.BasicEntry
 
getShortValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Returns the value corresponding to this entry.
getValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
headMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
 
iterator(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
The keys (valid up to Float2ShortArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Float2ShortMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
The last key in this map.
lastFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
lastFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns the last (highest) key currently in this map.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Threshold after which we rehash.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Float, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
merge(Float, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
merge(Float, Short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, short, BiFunction<? super Short, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeShort(float, short, ShortBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
If the specified key is not already associated with a value, associates it with the given value.
mergeShort(float, short, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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.floats.Float2ShortLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
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.floats.Float2ShortRBTreeMap
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.floats.Float2ShortLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
The current table size.
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesIterator
 

P

previousFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySetIterator
 
primitive(Function<? super Float, ? extends Short>) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Float, ? extends Short>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
 
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
put(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.PrimitiveFunction
Deprecated.
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
put(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
put(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
put(Float, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
put(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
putAll(Map<? extends Float, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
putAndMoveToFirst(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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(Float, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
putIfAbsent(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
putIfAbsent(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
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(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
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.floats.Float2ShortLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntrySet
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
remove(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
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.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
remove(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
remove(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
removeFirstShort() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastShort() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(float, short, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, short, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Float, Short, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
replace(float, short, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
replace(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Short, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
replace(float, short, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
replace(Float, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Short, Short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, short, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, short, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, short) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Float, ? super Short, ? extends Short>) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 

S

setValue(short) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
setValue(short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Short) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
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.floats.Float2ShortOpenCustomHashMap
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.floats.Float2ShortOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
singleton(Float, Short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Short, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, short) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, short, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, short, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
Singleton(float, short) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
The number of valid entries in Float2ShortArrayMap.key and Float2ShortArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Returns the hashing strategy.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
synchronize(Float2ShortFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2ShortFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2ShortMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2ShortMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2ShortSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Float2ShortFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
SynchronizedMap(Float2ShortMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
SynchronizedMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
SynchronizedSortedMap(Float2ShortSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 

T

tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
 
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
 
tailMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Float2ShortFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Float2ShortMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Float2ShortSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Float2ShortFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.UnmodifiableFunction
 
UnmodifiableMap(Float2ShortMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Float2ShortSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2ShortSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
The values (parallel to Float2ShortArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortMap
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2ShortRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2ShortSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Float2ShortMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2ShortSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links