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

A

AbstractObject2BooleanFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2BooleanFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanFunction
 
AbstractObject2BooleanMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2BooleanMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
 
AbstractObject2BooleanMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractObject2BooleanMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2BooleanSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2BooleanSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap
 
AbstractObject2BooleanSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractObject2BooleanSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractObject2BooleanSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractObject2BooleanSortedMap.ValuesIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
This map's actual comparator; it may differ from Object2BooleanAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
This map's actual comparator; it may differ from Object2BooleanRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
BasicEntry(K, Boolean) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
BasicEntry(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
BasicEntrySet(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
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.Object2BooleanSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanMap
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.Object2BooleanMaps.SynchronizedMap
 
computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeBoolean(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanMap
Deprecated.
Please use computeIfAbsent() instead.
computeBooleanIfAbsentPartial(K, Object2BooleanFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use computeIfAbsent() instead.
computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanMap
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.Object2BooleanMaps.SynchronizedMap
 
computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeBooleanIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanLinkedOpenCustomHashMap
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, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
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.Object2BooleanMap
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, Object2BooleanFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
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.Object2BooleanMaps.SynchronizedMap
 
computeIfAbsent(K, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
computeIfAbsent(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
computeIfAbsent(K, Predicate<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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, Object2BooleanFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
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.Object2BooleanMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
contains(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Whether this map contains the key zero.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
Returns true if this map maps one or more keys to the specified value.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
containsValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Number of entries in this map.

D

defaultReturnValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
defaultReturnValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
defaultReturnValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
defaultReturnValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
defaultReturnValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Object2BooleanMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Object2BooleanMap<K>, Consumer<? super Object2BooleanMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Object2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2BooleanMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
The first key in this map.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Modifies the Object2BooleanLinkedOpenCustomHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Modifies the Object2BooleanLinkedOpenCustomHashMap.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Modifies the Object2BooleanLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Modifies the Object2BooleanLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Boolean>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
 
forEach(BiConsumer<? super K, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
getBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
getBooleanValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
getBooleanValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
Deprecated.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
The keys (valid up to Object2BooleanArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
The last key in this map.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
link - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Threshold after which we rehash.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
merge(K, Boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
merge(K, Boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
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.objects.Object2BooleanLinkedOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
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.objects.Object2BooleanRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 
nextBoolean() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesIterator
 

O

Object2BooleanArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2BooleanArrayMap(Object[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2BooleanArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new empty array map.
Object2BooleanArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new empty array map of given capacity.
Object2BooleanArrayMap(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Object2BooleanArrayMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Object2BooleanArrayMap(Object[], boolean[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2BooleanAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2BooleanAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new empty tree map.
Object2BooleanAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2BooleanAVLTreeMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Object2BooleanAVLTreeMap(SortedMap<K, Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2BooleanAVLTreeMap(Object2BooleanMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Object2BooleanAVLTreeMap(Object2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2BooleanAVLTreeMap(K[], boolean[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2BooleanAVLTreeMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
object2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Returns a type-specific set view of the mappings contained in this map.
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
object2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
object2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
Object2BooleanFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2BooleanFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2BooleanFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2BooleanFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2BooleanFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2BooleanFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2BooleanLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2BooleanLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map.
Object2BooleanLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanLinkedOpenCustomHashMap(Map<? extends K, ? extends Boolean>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2BooleanLinkedOpenCustomHashMap(Map<? extends K, ? extends Boolean>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2BooleanLinkedOpenCustomHashMap(Object2BooleanMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2BooleanLinkedOpenCustomHashMap(Object2BooleanMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2BooleanLinkedOpenCustomHashMap(K[], boolean[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2BooleanLinkedOpenCustomHashMap(K[], boolean[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2BooleanLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2BooleanLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map.
Object2BooleanLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanLinkedOpenHashMap(Map<? extends K, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2BooleanLinkedOpenHashMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2BooleanLinkedOpenHashMap(Object2BooleanMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2BooleanLinkedOpenHashMap(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2BooleanLinkedOpenHashMap(K[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2BooleanLinkedOpenHashMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2BooleanMap<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.
Object2BooleanMap.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.
Object2BooleanMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2BooleanMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2BooleanMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2BooleanMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2BooleanMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2BooleanMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2BooleanOpenCustomHashMap<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.
Object2BooleanOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map.
Object2BooleanOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanOpenCustomHashMap(Map<? extends K, ? extends Boolean>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map copying a given one.
Object2BooleanOpenCustomHashMap(Map<? extends K, ? extends Boolean>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2BooleanOpenCustomHashMap(Object2BooleanMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2BooleanOpenCustomHashMap(Object2BooleanMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2BooleanOpenCustomHashMap(K[], boolean[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2BooleanOpenCustomHashMap(K[], boolean[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2BooleanOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2BooleanOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map.
Object2BooleanOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2BooleanOpenHashMap(Map<? extends K, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map copying a given one.
Object2BooleanOpenHashMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2BooleanOpenHashMap(Object2BooleanMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2BooleanOpenHashMap(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2BooleanOpenHashMap(K[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2BooleanOpenHashMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2BooleanRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2BooleanRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new empty tree map.
Object2BooleanRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new empty tree map with the given comparator.
Object2BooleanRBTreeMap(Map<? extends K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map copying a given map.
Object2BooleanRBTreeMap(SortedMap<K, Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2BooleanRBTreeMap(Object2BooleanMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map copying a given map.
Object2BooleanRBTreeMap(Object2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2BooleanRBTreeMap(K[], boolean[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2BooleanRBTreeMap(K[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2BooleanSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2BooleanSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2BooleanSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2BooleanSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2BooleanSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2BooleanSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2BooleanSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Boolean>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
 
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
put(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.PrimitiveFunction
Deprecated.
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
put(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
put(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
put(K, Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
put(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
putAndMoveToFirst(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
putIfAbsent(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
putIfAbsent(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
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.Object2BooleanMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanArrayMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
removeBoolean(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
removeFirstBoolean() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstBoolean() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastBoolean() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastBoolean() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanMap
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.Object2BooleanMap
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.Object2BooleanMaps.SynchronizedMap
 
replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
replace(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
replace(K, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, boolean, boolean) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 

S

setValue(boolean) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanOpenCustomHashMap
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.Object2BooleanOpenHashMap
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.Object2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
singleton(K, Boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
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.Object2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, boolean) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
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.Object2BooleanSortedMaps
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.Object2BooleanSortedMaps.Singleton
 
Singleton(K, boolean) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
The number of valid entries in Object2BooleanArrayMap.key and Object2BooleanArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
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.Object2BooleanLinkedOpenHashMap
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.Object2BooleanRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
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.Object2BooleanSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
synchronize(Object2BooleanFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2BooleanFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2BooleanMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2BooleanMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2BooleanSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Object2BooleanFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2BooleanFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
SynchronizedMap(Object2BooleanMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Object2BooleanMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
SynchronizedSortedMap(Object2BooleanSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.KeySet
 
test(K) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2BooleanFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2BooleanMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2BooleanSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2BooleanFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2BooleanMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2BooleanSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2BooleanSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
The values (parallel to Object2BooleanArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2BooleanRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2BooleanSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2BooleanMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2BooleanSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links