- BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
-
- BasicEntry(Byte, Double) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
-
- BasicEntry(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
-
- BasicEntrySet(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
-
- Byte2DoubleArrayMap - Class in it.unimi.dsi.fastutil.bytes
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Byte2DoubleArrayMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Byte2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new empty array map.
- Byte2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new empty array map of given capacity.
- Byte2DoubleArrayMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Byte2DoubleArrayMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Byte2DoubleArrayMap(byte[], double[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Byte2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Byte2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new empty tree map.
- Byte2DoubleAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Byte2DoubleAVLTreeMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map copying a given map.
- Byte2DoubleAVLTreeMap(SortedMap<Byte, Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2DoubleAVLTreeMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map copying a given map.
- Byte2DoubleAVLTreeMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2DoubleAVLTreeMap(byte[], double[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Byte2DoubleAVLTreeMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
- byte2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Returns a type-specific set view of the mappings contained in this map.
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- byte2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- byte2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
-
- Byte2DoubleFunctions - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific functions.
- Byte2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific function.
- Byte2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.bytes
-
An adapter for mapping generic total functions to partial primitive functions.
- Byte2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton function.
- Byte2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for functions.
- Byte2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for functions.
- Byte2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Byte2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map.
- Byte2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleLinkedOpenHashMap(Map<? extends Byte, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Byte2DoubleLinkedOpenHashMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2DoubleLinkedOpenHashMap(Byte2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2DoubleLinkedOpenHashMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2DoubleLinkedOpenHashMap(byte[], double[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2DoubleLinkedOpenHashMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2DoubleMap - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Byte2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Byte2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.bytes
-
An entry set providing fast iteration.
- Byte2DoubleMaps - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific maps.
- Byte2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific map.
- Byte2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton map.
- Byte2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for maps.
- Byte2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for maps.
- Byte2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Byte2DoubleOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map.
- Byte2DoubleOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleOpenCustomHashMap(Map<? extends Byte, ? extends Double>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Byte2DoubleOpenCustomHashMap(Map<? extends Byte, ? extends Double>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2DoubleOpenCustomHashMap(Byte2DoubleMap, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2DoubleOpenCustomHashMap(Byte2DoubleMap, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2DoubleOpenCustomHashMap(byte[], double[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2DoubleOpenCustomHashMap(byte[], double[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific hash map with a fast, small-footprint implementation.
- Byte2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map.
- Byte2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2DoubleOpenHashMap(Map<? extends Byte, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map copying a given one.
- Byte2DoubleOpenHashMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2DoubleOpenHashMap(Byte2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2DoubleOpenHashMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2DoubleOpenHashMap(byte[], double[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2DoubleOpenHashMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Byte2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new empty tree map.
- Byte2DoubleRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Byte2DoubleRBTreeMap(Map<? extends Byte, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map copying a given map.
- Byte2DoubleRBTreeMap(SortedMap<Byte, Double>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2DoubleRBTreeMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map copying a given map.
- Byte2DoubleRBTreeMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2DoubleRBTreeMap(byte[], double[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Byte2DoubleRBTreeMap(byte[], double[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Byte2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Byte2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.bytes
-
A sorted entry set providing fast iteration.
- Byte2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Byte2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific sorted map.
- Byte2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton sorted map.
- Byte2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for sorted maps.
- Byte2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for sorted maps.
- clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
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.bytes.Byte2DoubleRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
-
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.bytes.Byte2DoubleSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
-
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- compute(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
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(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
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(byte, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
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(byte, Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
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(Byte, Function<? super Byte, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(Byte, Function<? super Byte, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfAbsent(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
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(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
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(byte, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
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(byte, Byte2DoubleFunction) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
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(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
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(byte, IntFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
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(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfAbsentNullable(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
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(byte, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
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(byte, Byte2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfPresent(Byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(byte, BiFunction<? super Byte, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
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.bytes.AbstractByte2DoubleMap.BasicEntrySet
-
- contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
-
- contains(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.ValuesCollection
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
- containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Whether this map contains the key zero.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
- containsValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.EmptyMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
- containsValue(double) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
Number of entries in this map.
- map - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Threshold after which we rehash.
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- merge(Byte, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.UnmodifiableMap
-
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(byte, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(byte, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(byte, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
If the specified key is not already associated with a value, associates it with the given value.
- mergeDouble(byte, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
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.bytes.Byte2DoubleLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
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.bytes.Byte2DoubleRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(double) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntry
-
- setValue(double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Double) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
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.bytes.Byte2DoubleOpenCustomHashMap
-
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.bytes.Byte2DoubleOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
-
- singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.Singleton
-
- singleton(Byte, Double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Byte, Double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(byte, double) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(byte, double, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(byte, double, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- Singleton(byte, double) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleAVLTreeMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleRBTreeMap
-
- subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.EmptySortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.Singleton
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.UnmodifiableSortedMap
-
- subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2DoubleSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- synchronize(Byte2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Byte2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Byte2DoubleMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Byte2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Byte2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Byte2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Byte2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- SynchronizedFunction(Byte2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleFunctions.SynchronizedFunction
-
- SynchronizedMap(Byte2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- SynchronizedMap(Byte2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleMaps.SynchronizedMap
-
- SynchronizedSortedMap(Byte2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Byte2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2DoubleSortedMaps.SynchronizedSortedMap
-