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

A

AbstractLong2DoubleFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2DoubleFunction() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleFunction
 
AbstractLong2DoubleMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2DoubleMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
 
AbstractLong2DoubleMap.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).
AbstractLong2DoubleMap.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.
AbstractLong2DoubleSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2DoubleSortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap
 
AbstractLong2DoubleSortedMap.KeySet - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the keys of a map.
AbstractLong2DoubleSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractLong2DoubleSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the values of a map.
AbstractLong2DoubleSortedMap.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.Long2DoubleAVLTreeMap
This map's actual comparator; it may differ from Long2DoubleAVLTreeMap.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.Long2DoubleRBTreeMap
This map's actual comparator; it may differ from Long2DoubleRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Adds an increment to value currently associated with a key.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
BasicEntry(Long, Double) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
BasicEntry(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
BasicEntrySet(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
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.Long2DoubleSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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 Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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 Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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 Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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.Long2DoubleLinkedOpenHashMap
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, Long2DoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleMap
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, Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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 Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
computeIfAbsent(long, Long2DoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2DoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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, Long2DoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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.Long2DoubleOpenHashMap
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, Long2DoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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 Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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 Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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 Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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 Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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, Long2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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 Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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 Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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 Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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.AbstractLong2DoubleMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
contains(double) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Whether this map contains the key zero.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 

F

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

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleLinkedOpenHashMap
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.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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.Long2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
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.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
The keys (valid up to Long2DoubleArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
Long2DoubleArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2DoubleArrayMap(long[], double[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new empty array map.
Long2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new empty array map of given capacity.
Long2DoubleArrayMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Long2DoubleArrayMap(Map<? extends Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Long2DoubleArrayMap(long[], double[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new empty tree map.
Long2DoubleAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2DoubleAVLTreeMap(Map<? extends Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Long2DoubleAVLTreeMap(SortedMap<Long, Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleAVLTreeMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Long2DoubleAVLTreeMap(Long2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleAVLTreeMap(long[], double[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2DoubleAVLTreeMap(long[], double[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
long2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
long2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
long2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
Long2DoubleFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map.
Long2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleLinkedOpenHashMap(Map<? extends Long, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2DoubleLinkedOpenHashMap(Map<? extends Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2DoubleLinkedOpenHashMap(Long2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2DoubleLinkedOpenHashMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2DoubleLinkedOpenHashMap(long[], double[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2DoubleLinkedOpenHashMap(long[], double[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2DoubleMap - 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.
Long2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2DoubleMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2DoubleOpenCustomHashMap - 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.
Long2DoubleOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map.
Long2DoubleOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenCustomHashMap(Map<? extends Long, ? extends Double>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Long2DoubleOpenCustomHashMap(Map<? extends Long, ? extends Double>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2DoubleOpenCustomHashMap(Long2DoubleMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2DoubleOpenCustomHashMap(Long2DoubleMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2DoubleOpenCustomHashMap(long[], double[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2DoubleOpenCustomHashMap(long[], double[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map.
Long2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenHashMap(Map<? extends Long, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map copying a given one.
Long2DoubleOpenHashMap(Map<? extends Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2DoubleOpenHashMap(Long2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2DoubleOpenHashMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2DoubleOpenHashMap(long[], double[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2DoubleOpenHashMap(long[], double[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new empty tree map.
Long2DoubleRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Long2DoubleRBTreeMap(Map<? extends Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map copying a given map.
Long2DoubleRBTreeMap(SortedMap<Long, Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleRBTreeMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map copying a given map.
Long2DoubleRBTreeMap(Long2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2DoubleRBTreeMap(long[], double[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2DoubleRBTreeMap(long[], double[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2DoubleSortedMaps.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.AbstractLong2DoubleMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Threshold after which we rehash.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
merge(Long, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
merge(Long, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(long, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(long, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(long, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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.Long2DoubleLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
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.Long2DoubleRBTreeMap
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.Long2DoubleLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
The current table size.
nextDouble() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
 
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
put(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.PrimitiveFunction
Deprecated.
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
put(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
put(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
put(Long, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
put(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
putAndMoveToFirst(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
putIfAbsent(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
putIfAbsent(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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.Long2DoubleLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
remove(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
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.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
remove(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
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.Long2DoubleOpenHashMap
 
remove(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
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.Long2DoubleRBTreeMap
 
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, double, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, double, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Double, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
replace(long, double, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
replace(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Double, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
replace(long, double, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
replace(Long, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Double, Double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, double, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, double, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, double) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 

S

setValue(double) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleOpenCustomHashMap
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.Long2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
singleton(Long, Double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Double, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, double) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, double, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, double, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
Singleton(long, double) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
The number of valid entries in Long2DoubleArrayMap.key and Long2DoubleArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
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.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
synchronize(Long2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2DoubleMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
SynchronizedMap(Long2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
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.Long2DoubleRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
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.Long2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2DoubleMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2DoubleSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
The values (parallel to Long2DoubleArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2DoubleRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links