- clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- compute(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(long, LongToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(long, Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(Long, Function<? super Long, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsent(long, LongToDoubleFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map.
- computeIfAbsent(long, Long2FloatFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(long, LongFunction<? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentPartial(long, Long2FloatFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfPresent(Long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(long, BiFunction<? super Long, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
-
- contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- contains(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
- containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Whether this map contains the key zero.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
- containsValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
- containsValue(float) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Number of entries in this map.
- last - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
The index of the last entry in iteration order.
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
The last key in this map.
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
The last key in this map.
- lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Returns the last key of this map in iteration order.
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
Returns the last (highest) key currently in this map.
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- link - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
For each entry, the next and the previous entry in iteration order,
stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
- Long2FloatArrayMap - Class in it.unimi.dsi.fastutil.longs
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Long2FloatArrayMap(long[], float[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Long2FloatArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new empty array map.
- Long2FloatArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new empty array map of given capacity.
- Long2FloatArrayMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Long2FloatArrayMap(Map<? extends Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Long2FloatArrayMap(long[], float[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Long2FloatAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Long2FloatAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new empty tree map.
- Long2FloatAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Long2FloatAVLTreeMap(Map<? extends Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Long2FloatAVLTreeMap(SortedMap<Long, Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2FloatAVLTreeMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map copying a given map.
- Long2FloatAVLTreeMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2FloatAVLTreeMap(long[], float[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Long2FloatAVLTreeMap(long[], float[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
- long2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Returns a type-specific set view of the mappings contained in this map.
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.EmptyMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- long2FloatEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- long2FloatEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- Long2FloatFunctions - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific functions.
- Long2FloatFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific function.
- Long2FloatFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
-
An adapter for mapping generic total functions to partial primitive functions.
- Long2FloatFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton function.
- Long2FloatFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for functions.
- Long2FloatFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for functions.
- Long2FloatLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Long2FloatLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map.
- Long2FloatLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatLinkedOpenHashMap(Map<? extends Long, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Long2FloatLinkedOpenHashMap(Map<? extends Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2FloatLinkedOpenHashMap(Long2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2FloatLinkedOpenHashMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2FloatLinkedOpenHashMap(long[], float[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2FloatLinkedOpenHashMap(long[], float[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2FloatMap - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Long2FloatMap.Entry - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Long2FloatMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
-
An entry set providing fast iteration.
- Long2FloatMaps - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific maps.
- Long2FloatMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific map.
- Long2FloatMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton map.
- Long2FloatMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for maps.
- Long2FloatMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for maps.
- Long2FloatOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Long2FloatOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map.
- Long2FloatOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatOpenCustomHashMap(Map<? extends Long, ? extends Float>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Long2FloatOpenCustomHashMap(Map<? extends Long, ? extends Float>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2FloatOpenCustomHashMap(Long2FloatMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2FloatOpenCustomHashMap(Long2FloatMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2FloatOpenCustomHashMap(long[], float[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2FloatOpenCustomHashMap(long[], float[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2FloatOpenHashMap - Class in it.unimi.dsi.fastutil.longs
-
A type-specific hash map with a fast, small-footprint implementation.
- Long2FloatOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map.
- Long2FloatOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2FloatOpenHashMap(Map<? extends Long, ? extends Float>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map copying a given one.
- Long2FloatOpenHashMap(Map<? extends Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2FloatOpenHashMap(Long2FloatMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2FloatOpenHashMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2FloatOpenHashMap(long[], float[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2FloatOpenHashMap(long[], float[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2FloatRBTreeMap - Class in it.unimi.dsi.fastutil.longs
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Long2FloatRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new empty tree map.
- Long2FloatRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Long2FloatRBTreeMap(Map<? extends Long, ? extends Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Long2FloatRBTreeMap(SortedMap<Long, Float>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2FloatRBTreeMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map copying a given map.
- Long2FloatRBTreeMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2FloatRBTreeMap(long[], float[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Long2FloatRBTreeMap(long[], float[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Long2FloatSortedMap - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Long2FloatSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
-
A sorted entry set providing fast iteration.
- Long2FloatSortedMaps - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Long2FloatSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific sorted map.
- Long2FloatSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton sorted map.
- Long2FloatSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for sorted maps.
- Long2FloatSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for sorted maps.
- map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Threshold after which we rehash.
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- merge(Long, Float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps.UnmodifiableMap
-
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(long, float, BiFunction<? super Float, ? super Float, ? extends Float>) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeFloat(long, float, FloatBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeFloat(long, float, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
If the specified key is not already associated with a value, associates it with the given value.
- minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- modified - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(float) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntry
-
- setValue(float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Float) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
-
- singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.Singleton
-
- singleton(Long, Float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Long, Float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(long, float) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(long, float, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(long, float, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- Singleton(long, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2FloatOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatAVLTreeMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatRBTreeMap
-
- subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2FloatSortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.EmptySortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.Singleton
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.UnmodifiableSortedMap
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2FloatSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- synchronize(Long2FloatFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Long2FloatFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Long2FloatMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Long2FloatMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Long2FloatSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Long2FloatSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Long2FloatFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- SynchronizedFunction(Long2FloatFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatFunctions.SynchronizedFunction
-
- SynchronizedMap(Long2FloatMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- SynchronizedMap(Long2FloatMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatMaps.SynchronizedMap
-
- SynchronizedSortedMap(Long2FloatSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Long2FloatSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2FloatSortedMaps.SynchronizedSortedMap
-