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

A

AbstractLong2FloatFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2FloatFunction() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatFunction
 
AbstractLong2FloatMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2FloatMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
 
AbstractLong2FloatMap.BasicEntry - Class in it.unimi.dsi.fastutil.longs
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2FloatMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2FloatSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2FloatSortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap
 
AbstractLong2FloatSortedMap.KeySet - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the keys of a map.
AbstractLong2FloatSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractLong2FloatSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the values of a map.
AbstractLong2FloatSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
This map's actual comparator; it may differ from Long2FloatAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
This map's actual comparator; it may differ from Long2FloatRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Adds an increment to value currently associated with a key.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
BasicEntry(Long, Float) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
BasicEntry(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
BasicEntrySet(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, LongToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(long, Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
contains(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Whether this map contains the key zero.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
containsValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 

F

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

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
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.
getFloatValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
getFloatValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
Deprecated.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
getOrDefault(Object, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
The keys (valid up to Long2FloatArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2FloatMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 

L

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

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Threshold after which we rehash.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeFloat(long, float, FloatBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
mergeFloat(long, float, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
The current table size.
nextFloat() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Float>) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
 
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
put(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
Deprecated.
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
put(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
put(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
put(Long, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
put(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
putAndMoveToFirst(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(Long, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
putIfAbsent(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
putIfAbsent(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
remove(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
remove(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
remove(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
removeFirstFloat() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastFloat() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, float, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, float, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Float, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
replace(long, float, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
replace(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Float, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
replace(long, float, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
replace(Long, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Float, Float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, float, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, float, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 

S

setValue(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
setValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, float, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
The number of valid entries in Long2FloatArrayMap.key and Long2FloatArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
synchronize(Long2FloatFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2FloatMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
SynchronizedMap(Long2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
SynchronizedMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2FloatFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2FloatMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
The values (parallel to Long2FloatArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2FloatMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links