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