- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Returns a deep copy of this map.
- comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
- comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMap
-
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.objects.Reference2BooleanSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
-
- compute(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- compute(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeBooleanIfAbsent(K, Predicate<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
- computeBooleanIfAbsentPartial(K, Reference2BooleanFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfAbsent(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
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(K, Reference2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
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(K, Predicate<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
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(K, Reference2BooleanFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
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(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeIfAbsent(K, Reference2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeIfAbsent(K, Function<? super K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeIfAbsent(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeIfAbsent(K, Reference2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeIfAbsent(K, Function<? super K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- computeIfAbsent(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
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(K, Reference2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
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(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
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(K, Reference2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
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.
- computeIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- computeIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntrySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
-
- contains(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.ValuesCollection
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.EmptyFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Whether this map contains the key zero.
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- containsValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.EmptyMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.Singleton
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- Reference2BooleanArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Reference2BooleanArrayMap(Object[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Reference2BooleanArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new empty array map.
- Reference2BooleanArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new empty array map of given capacity.
- Reference2BooleanArrayMap(Reference2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2BooleanArrayMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Reference2BooleanArrayMap(Object[], boolean[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- reference2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Returns a type-specific set view of the mappings contained in this map.
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.EmptyMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.Singleton
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- reference2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.EmptySortedMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-
- reference2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
-
- Reference2BooleanFunctions - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific functions.
- Reference2BooleanFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific function.
- Reference2BooleanFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An adapter for mapping generic total functions to partial primitive functions.
- Reference2BooleanFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton function.
- Reference2BooleanFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for functions.
- Reference2BooleanFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for functions.
- Reference2BooleanLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Reference2BooleanLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map.
- Reference2BooleanLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanLinkedOpenHashMap(Map<? extends K, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2BooleanLinkedOpenHashMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2BooleanLinkedOpenHashMap(Reference2BooleanMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2BooleanLinkedOpenHashMap(Reference2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2BooleanLinkedOpenHashMap(K[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2BooleanLinkedOpenHashMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2BooleanMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Reference2BooleanMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Reference2BooleanMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
An entry set providing fast iteration.
- Reference2BooleanMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific maps.
- Reference2BooleanMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific map.
- Reference2BooleanMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton map.
- Reference2BooleanMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for maps.
- Reference2BooleanMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for maps.
- Reference2BooleanOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Reference2BooleanOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map.
- Reference2BooleanOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanOpenCustomHashMap(Map<? extends K, ? extends Boolean>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Reference2BooleanOpenCustomHashMap(Map<? extends K, ? extends Boolean>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2BooleanOpenCustomHashMap(Reference2BooleanMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2BooleanOpenCustomHashMap(Reference2BooleanMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2BooleanOpenCustomHashMap(K[], boolean[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2BooleanOpenCustomHashMap(K[], boolean[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2BooleanOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A type-specific hash map with a fast, small-footprint implementation.
- Reference2BooleanOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map.
- Reference2BooleanOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Reference2BooleanOpenHashMap(Map<? extends K, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map copying a given one.
- Reference2BooleanOpenHashMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Reference2BooleanOpenHashMap(Reference2BooleanMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Reference2BooleanOpenHashMap(Reference2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Reference2BooleanOpenHashMap(K[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Reference2BooleanOpenHashMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Reference2BooleanSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Reference2BooleanSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
-
A sorted entry set providing fast iteration.
- Reference2BooleanSortedMaps - Class in it.unimi.dsi.fastutil.objects
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Reference2BooleanSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing an empty type-specific sorted map.
- Reference2BooleanSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
-
An immutable class representing a type-specific singleton sorted map.
- Reference2BooleanSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
A synchronized wrapper class for sorted maps.
- Reference2BooleanSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
-
An unmodifiable wrapper class for sorted maps.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Rehashes the map.
- rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Rehashes the map.
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntrySet
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
-
- remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
- remove(Object, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Removes the entry for the specified key only if it is currently mapped to the specified value.
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
-
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- removeFirstBoolean() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Removes the mapping associated with the first key in iteration order.
- removeLastBoolean() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Removes the mapping associated with the last key in iteration order.
- replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, boolean, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- replace(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- replace(K, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- replace(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- replace(K, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Replaces the entry for the specified key only if currently mapped to the specified value.
- replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Replaces the entry for the specified key only if it is currently mapped to some value.
- replaceAll(BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- replaceAll(BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.UnmodifiableMap
-
- setValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntry
-
- setValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
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.objects.Reference2BooleanOpenCustomHashMap
-
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.objects.Reference2BooleanOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
-
- singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.Singleton
-
- singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, Boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(K, boolean, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(K, boolean, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenHashMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanMap.BasicEntrySet
-
- strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.EmptySortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.Singleton
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-
- subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.UnmodifiableSortedMap
-
- subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2BooleanSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- synchronize(Reference2BooleanFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Reference2BooleanFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Reference2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Reference2BooleanMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Reference2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Reference2BooleanSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Reference2BooleanFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- SynchronizedFunction(Reference2BooleanFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanFunctions.SynchronizedFunction
-
- SynchronizedMap(Reference2BooleanMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- SynchronizedMap(Reference2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanMaps.SynchronizedMap
-
- SynchronizedSortedMap(Reference2BooleanSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Reference2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2BooleanSortedMaps.SynchronizedSortedMap
-