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

A

AbstractChar2DoubleFunction - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractChar2DoubleFunction() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleFunction
 
AbstractChar2DoubleMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractChar2DoubleMap() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
AbstractChar2DoubleMap.BasicEntry - Class in it.unimi.dsi.fastutil.chars
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).
AbstractChar2DoubleMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.chars
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractChar2DoubleSortedMap - Class in it.unimi.dsi.fastutil.chars
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractChar2DoubleSortedMap() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
 
AbstractChar2DoubleSortedMap.KeySet - Class in it.unimi.dsi.fastutil.chars
A wrapper exhibiting the keys of a map.
AbstractChar2DoubleSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.chars
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractChar2DoubleSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.chars
A wrapper exhibiting the values of a map.
AbstractChar2DoubleSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.chars
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
This map's actual comparator; it may differ from Char2DoubleAVLTreeMap.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.chars.Char2DoubleRBTreeMap
This map's actual comparator; it may differ from Char2DoubleRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Adds an increment to value currently associated with a key.
addTo(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Adds an increment to value currently associated with a key.
apply(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsDouble(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntry(Character, Double) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntry(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
BasicEntrySet(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 

C

Char2DoubleArrayMap - Class in it.unimi.dsi.fastutil.chars
A simple, brute-force implementation of a map based on two parallel backing arrays.
Char2DoubleArrayMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map with given key and value backing arrays.
Char2DoubleArrayMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map.
Char2DoubleArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map of given capacity.
Char2DoubleArrayMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Char2DoubleArrayMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new empty array map copying the entries of a given map.
Char2DoubleArrayMap(char[], double[], int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Char2DoubleAVLTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific AVL tree map with a fast, small-footprint implementation.
Char2DoubleAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new empty tree map.
Char2DoubleAVLTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new empty tree map with the given comparator.
Char2DoubleAVLTreeMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Char2DoubleAVLTreeMap(SortedMap<Character, Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleAVLTreeMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given map.
Char2DoubleAVLTreeMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleAVLTreeMap(char[], double[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2DoubleAVLTreeMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
char2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
char2DoubleEntrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
char2DoubleEntrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
Char2DoubleFunctions - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific functions.
Char2DoubleFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific function.
Char2DoubleFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.chars
An adapter for mapping generic total functions to partial primitive functions.
Char2DoubleFunctions.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton function.
Char2DoubleFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for functions.
Char2DoubleFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for functions.
Char2DoubleLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific linked hash map with with a fast, small-footprint implementation.
Char2DoubleLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map.
Char2DoubleLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleLinkedOpenHashMap(Map<? extends Character, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map copying a given one.
Char2DoubleLinkedOpenHashMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleLinkedOpenHashMap(Char2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleLinkedOpenHashMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleLinkedOpenHashMap(char[], double[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleLinkedOpenHashMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Char2DoubleMap.Entry - Interface in it.unimi.dsi.fastutil.chars
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2DoubleMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.chars
An entry set providing fast iteration.
Char2DoubleMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific maps.
Char2DoubleMaps.EmptyMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific map.
Char2DoubleMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton map.
Char2DoubleMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for maps.
Char2DoubleMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for maps.
Char2DoubleOpenCustomHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Char2DoubleOpenCustomHashMap(int, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map.
Char2DoubleOpenCustomHashMap(int, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenCustomHashMap(CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenCustomHashMap(Map<? extends Character, ? extends Double>, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map copying a given one.
Char2DoubleOpenCustomHashMap(Map<? extends Character, ? extends Double>, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleOpenCustomHashMap(Char2DoubleMap, float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleOpenCustomHashMap(Char2DoubleMap, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleOpenCustomHashMap(char[], double[], float, CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleOpenCustomHashMap(char[], double[], CharHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleOpenHashMap - Class in it.unimi.dsi.fastutil.chars
A type-specific hash map with a fast, small-footprint implementation.
Char2DoubleOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map.
Char2DoubleOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Char2DoubleOpenHashMap(Map<? extends Character, ? extends Double>, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map copying a given one.
Char2DoubleOpenHashMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Char2DoubleOpenHashMap(Char2DoubleMap, float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map copying a given type-specific one.
Char2DoubleOpenHashMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Char2DoubleOpenHashMap(char[], double[], float) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Char2DoubleOpenHashMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Char2DoubleRBTreeMap - Class in it.unimi.dsi.fastutil.chars
A type-specific red-black tree map with a fast, small-footprint implementation.
Char2DoubleRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new empty tree map.
Char2DoubleRBTreeMap(Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new empty tree map with the given comparator.
Char2DoubleRBTreeMap(Map<? extends Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given map.
Char2DoubleRBTreeMap(SortedMap<Character, Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleRBTreeMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given map.
Char2DoubleRBTreeMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Char2DoubleRBTreeMap(char[], double[], Comparator<? super Character>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Char2DoubleRBTreeMap(char[], double[]) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Char2DoubleSortedMap - Interface in it.unimi.dsi.fastutil.chars
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Char2DoubleSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.chars
A sorted entry set providing fast iteration.
Char2DoubleSortedMaps - Class in it.unimi.dsi.fastutil.chars
A class providing static methods and objects that do useful things with type-specific sorted maps.
Char2DoubleSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.chars
An immutable class representing an empty type-specific sorted map.
Char2DoubleSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.chars
An immutable class representing a type-specific singleton sorted map.
Char2DoubleSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.chars
A synchronized wrapper class for sorted maps.
Char2DoubleSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.chars
An unmodifiable wrapper class for sorted maps.
clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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.chars.Char2DoubleRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
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.chars.Char2DoubleSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
compute(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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(char, IntToDoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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(char, Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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(Character, Function<? super Character, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsent(Character, Function<? super Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
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(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
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(char, IntToDoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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(char, Char2DoubleFunction) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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(char, IntFunction<? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfAbsentNullable(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
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(char, IntFunction<? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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(char, Char2DoubleFunction) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
computeIfPresent(Character, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(char, BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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.chars.AbstractChar2DoubleMap.BasicEntrySet
 
contains(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
contains(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
containsKey(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
containsKey(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Whether this map contains the key zero.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
containsValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
containsValue(double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Cached set of entries.
entryComparator(CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Char2DoubleMap.Entry>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Char2DoubleMap, Consumer<? super Char2DoubleMap.Entry>) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
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.chars.Char2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
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.chars.Char2DoubleSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Char2DoubleMap.Entry) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap.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(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
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.chars.Char2DoubleLinkedOpenHashMap
The index of the first entry in iteration order.
firstChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
firstCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns the first (lowest) key currently in this map.
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
firstCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
firstEntry - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Modifies the Char2DoubleLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Modifies the Char2DoubleLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Character, ? super Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
forEach(BiConsumer<? super Character, ? super Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 

G

get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
get(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
getAndMoveToFirst(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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.
getCharKey() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
getCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Returns the key corresponding to this entry.
getDoubleValue() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
getDoubleValue() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
Deprecated.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
getOrDefault(Object, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
headMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
headMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
it.unimi.dsi.fastutil.chars - package it.unimi.dsi.fastutil.chars
 
iterator(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
The keys (valid up to Char2DoubleArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Char2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
The index of the last entry in iteration order.
lastChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
lastCharKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns the last (highest) key currently in this map.
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
lastCharKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
lastEntry - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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.chars.AbstractChar2DoubleMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Threshold after which we rehash.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
merge(Character, Double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(char, double, BiFunction<? super Double, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
If the specified key is not already associated with a value, associates it with the given value.
mergeDouble(char, double, DoubleBinaryOperator) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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.chars.Char2DoubleLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
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.chars.Char2DoubleRBTreeMap
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.chars.Char2DoubleLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
The current table size.
nextChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 
nextDouble() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesIterator
 

P

previousChar() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySetIterator
 
primitive(Function<? super Character, ? extends Double>) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Character, ? extends Double>) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.PrimitiveFunction
Deprecated.
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
put(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
put(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
put(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
putAll(Map<? extends Character, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
putAndMoveToFirst(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
putIfAbsent(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
putIfAbsent(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
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(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
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.chars.Char2DoubleLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
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.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
remove(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
removeFirstDouble() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastDouble() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Character, Double, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replace(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
replace(Character, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Character, Double, Double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(char, double, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(char, double) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Character, ? super Double, ? extends Double>) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 

S

setValue(double) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
setValue(double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Double) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
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.chars.Char2DoubleOpenCustomHashMap
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.chars.Char2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
singleton(Character, Double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Character, Double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, double) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(char, double, CharComparator) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(char, double, CharComparator) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
Singleton(char, double) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
The number of valid entries in Char2DoubleArrayMap.key and Char2DoubleArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Returns the hashing strategy.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
subMap(char, char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Character, Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(char, char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
subMap(Character, Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(char, char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
synchronize(Char2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Char2DoubleFunction, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Char2DoubleMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Char2DoubleSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Char2DoubleFunction, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
SynchronizedFunction(Char2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
SynchronizedMap(Char2DoubleMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
SynchronizedMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
SynchronizedSortedMap(Char2DoubleSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 

T

tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
 
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
 
tailMap(char) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Character) - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
 
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
 
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
 
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(char) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 
tailMap(Character) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(char) - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Char2DoubleFunction) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Char2DoubleMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Char2DoubleSortedMap) - Static method in class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Char2DoubleFunction) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.UnmodifiableFunction
 
UnmodifiableMap(Char2DoubleMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Char2DoubleSortedMap) - Constructor for class it.unimi.dsi.fastutil.chars.Char2DoubleSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
The values (parallel to Char2DoubleArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleMap
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.chars.Char2DoubleRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.chars.Char2DoubleSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Char2DoubleMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.chars.AbstractChar2DoubleSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links