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