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