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

A

AbstractDouble2ByteFunction - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractDouble2ByteFunction() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
 
AbstractDouble2ByteMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractDouble2ByteMap() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
AbstractDouble2ByteMap.BasicEntry - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractDouble2ByteMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.doubles
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractDouble2ByteSortedMap - Class in it.unimi.dsi.fastutil.doubles
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractDouble2ByteSortedMap() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
 
AbstractDouble2ByteSortedMap.KeySet - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting the keys of a map.
AbstractDouble2ByteSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractDouble2ByteSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting the values of a map.
AbstractDouble2ByteSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.doubles
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
This map's actual comparator; it may differ from Double2ByteAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
This map's actual comparator; it may differ from Double2ByteRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Adds an increment to value currently associated with a key.
apply(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntry(Double, Byte) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntry(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
BasicEntrySet(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
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.doubles.Double2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
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.doubles.Double2ByteSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
compute(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
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(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
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(double, DoubleToIntFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
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(double, Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
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(Double, Function<? super Double, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsent(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsent(Double, Function<? super Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
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(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
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(double, DoubleToIntFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
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(double, Double2ByteFunction) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
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(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
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(double, DoubleFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
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(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
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(double, DoubleFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
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(double, Double2ByteFunction) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
computeIfPresent(Double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(double, BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
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.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
contains(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
containsKey(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
containsKey(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Whether this map contains the key zero.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Number of entries in this map.

D

defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteFunction
The default return value for get(), put() and remove().
Double2ByteArrayMap - Class in it.unimi.dsi.fastutil.doubles
A simple, brute-force implementation of a map based on two parallel backing arrays.
Double2ByteArrayMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Double2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map.
Double2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map of given capacity.
Double2ByteArrayMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ByteArrayMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Double2ByteArrayMap(double[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Double2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific AVL tree map with a fast, small-footprint implementation.
Double2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new empty tree map.
Double2ByteAVLTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Double2ByteAVLTreeMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given map.
Double2ByteAVLTreeMap(SortedMap<Double, Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteAVLTreeMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given map.
Double2ByteAVLTreeMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteAVLTreeMap(double[], byte[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ByteAVLTreeMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
double2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns a type-specific set view of the mappings contained in this map.
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
double2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
double2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
Double2ByteFunctions - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific functions.
Double2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific function.
Double2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.doubles
An adapter for mapping generic total functions to partial primitive functions.
Double2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton function.
Double2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for functions.
Double2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for functions.
Double2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific linked hash map with with a fast, small-footprint implementation.
Double2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map.
Double2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteLinkedOpenHashMap(Map<? extends Double, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Double2ByteLinkedOpenHashMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteLinkedOpenHashMap(Double2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteLinkedOpenHashMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteLinkedOpenHashMap(double[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteLinkedOpenHashMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Double2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.doubles
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.doubles
An entry set providing fast iteration.
Double2ByteMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific maps.
Double2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific map.
Double2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton map.
Double2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for maps.
Double2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for maps.
Double2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Double2ByteOpenCustomHashMap(int, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map.
Double2ByteOpenCustomHashMap(int, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenCustomHashMap(DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenCustomHashMap(Map<? extends Double, ? extends Byte>, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Double2ByteOpenCustomHashMap(Map<? extends Double, ? extends Byte>, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteOpenCustomHashMap(Double2ByteMap, float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteOpenCustomHashMap(Double2ByteMap, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteOpenCustomHashMap(double[], byte[], float, DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteOpenCustomHashMap(double[], byte[], DoubleHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific hash map with a fast, small-footprint implementation.
Double2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map.
Double2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Double2ByteOpenHashMap(Map<? extends Double, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map copying a given one.
Double2ByteOpenHashMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Double2ByteOpenHashMap(Double2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Double2ByteOpenHashMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Double2ByteOpenHashMap(double[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Double2ByteOpenHashMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Double2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.doubles
A type-specific red-black tree map with a fast, small-footprint implementation.
Double2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new empty tree map.
Double2ByteRBTreeMap(Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Double2ByteRBTreeMap(Map<? extends Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given map.
Double2ByteRBTreeMap(SortedMap<Double, Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteRBTreeMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given map.
Double2ByteRBTreeMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Double2ByteRBTreeMap(double[], byte[], Comparator<? super Double>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Double2ByteRBTreeMap(double[], byte[]) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Double2ByteSortedMap - Interface in it.unimi.dsi.fastutil.doubles
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Double2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.doubles
A sorted entry set providing fast iteration.
Double2ByteSortedMaps - Class in it.unimi.dsi.fastutil.doubles
A class providing static methods and objects that do useful things with type-specific sorted maps.
Double2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing an empty type-specific sorted map.
Double2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.doubles
An immutable class representing a type-specific singleton sorted map.
Double2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.doubles
A synchronized wrapper class for sorted maps.
Double2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.doubles
An unmodifiable wrapper class for sorted maps.

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Cached set of entries.
entryComparator(DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Double2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Double2ByteMap, Consumer<? super Double2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The index of the first entry in iteration order.
firstDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
firstDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
firstDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
firstEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Modifies the Double2ByteLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Modifies the Double2ByteLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Double, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Double, ? super Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 

G

get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
get(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
getAndMoveToFirst(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getByteValue() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Returns the value corresponding to this entry.
getDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
getDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
Deprecated.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
headMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
it.unimi.dsi.fastutil.doubles - package it.unimi.dsi.fastutil.doubles
 
iterator(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
The keys (valid up to Double2ByteArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Double2ByteMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The index of the last entry in iteration order.
lastDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
lastDoubleKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns the last (highest) key currently in this map.
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
lastDoubleKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
lastEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Threshold after which we rehash.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
merge(Double, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(double, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(double, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(double, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
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.doubles.Double2ByteLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
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.doubles.Double2ByteRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
The current table size.
nextByte() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesIterator
 
nextDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 

P

previousDouble() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySetIterator
 
primitive(Function<? super Double, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Double, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.PrimitiveFunction
Deprecated.
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
put(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
put(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
put(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
putAll(Map<? extends Double, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
putAndMoveToFirst(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
putIfAbsent(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
putIfAbsent(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
remove(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
removeFirstByte() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Double, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replace(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
replace(Double, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Double, Byte, Byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(double, byte, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(double, byte) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Double, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 

S

setValue(byte) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
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.doubles.Double2ByteOpenCustomHashMap
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.doubles.Double2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
singleton(Double, Byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Double, Byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(double, byte, DoubleComparator) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(double, byte, DoubleComparator) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
Singleton(double, byte) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
The number of valid entries in Double2ByteArrayMap.key and Double2ByteArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Returns the hashing strategy.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
subMap(double, double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Double, Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(double, double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Double, Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(double, double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
synchronize(Double2ByteFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Double2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Double2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Double2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Double2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Double2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
SynchronizedMap(Double2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
SynchronizedMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
SynchronizedSortedMap(Double2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 

T

tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
 
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
 
tailMap(double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Double) - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(Double) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(double) - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Double2ByteFunction) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Double2ByteMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Double2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Double2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.UnmodifiableFunction
 
UnmodifiableMap(Double2ByteMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Double2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.doubles.Double2ByteSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
The values (parallel to Double2ByteArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteMap
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.doubles.Double2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.doubles.Double2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Double2ByteMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.doubles.AbstractDouble2ByteSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links