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

A

AbstractFloat2BooleanFunction - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractFloat2BooleanFunction() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanFunction
 
AbstractFloat2BooleanMap - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractFloat2BooleanMap() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
 
AbstractFloat2BooleanMap.BasicEntry - Class in it.unimi.dsi.fastutil.floats
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).
AbstractFloat2BooleanMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.floats
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractFloat2BooleanSortedMap - Class in it.unimi.dsi.fastutil.floats
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractFloat2BooleanSortedMap() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap
 
AbstractFloat2BooleanSortedMap.KeySet - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting the keys of a map.
AbstractFloat2BooleanSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractFloat2BooleanSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting the values of a map.
AbstractFloat2BooleanSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.floats
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
This map's actual comparator; it may differ from Float2BooleanAVLTreeMap.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.floats.Float2BooleanRBTreeMap
This map's actual comparator; it may differ from Float2BooleanRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
BasicEntry(Float, Boolean) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
BasicEntry(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
BasicEntrySet(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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.floats.Float2BooleanRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
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.floats.Float2BooleanSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
compute(Float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
compute(Float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(float, DoublePredicate) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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(float, Float2BooleanFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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(float, DoublePredicate) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
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(float, Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
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(float, DoublePredicate) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
computeIfAbsent(float, Float2BooleanFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoublePredicate) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
computeIfAbsent(float, Float2BooleanFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
computeIfAbsent(Float, Function<? super Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(float, DoublePredicate) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
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(float, Float2BooleanFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
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(float, DoublePredicate) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
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(float, Float2BooleanFunction) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(float, DoubleFunction<? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(float, Float2BooleanFunction) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
computeIfPresent(Float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(float, BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntrySet
 
contains(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
contains(boolean) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
Returns true if this function contains a mapping for the specified key.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
containsKey(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
containsKey(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Whether this map contains the key zero.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
Returns true if this map maps one or more keys to the specified value.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
containsValue(boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
containsValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Cached set of entries.
entryComparator(FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Float2BooleanMap.Entry>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Float2BooleanMap, Consumer<? super Float2BooleanMap.Entry>) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Float2BooleanMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Float2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
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.floats.Float2BooleanMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2BooleanMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
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.floats.Float2BooleanSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Float2BooleanMap.Entry) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap.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(Float2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
The first key in this map.
firstFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
firstFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns the first (lowest) key currently in this map.
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
firstFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Modifies the Float2BooleanLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Modifies the Float2BooleanLinkedOpenHashMap.link vector for a shift from s to d.
Float2BooleanArrayMap - Class in it.unimi.dsi.fastutil.floats
A simple, brute-force implementation of a map based on two parallel backing arrays.
Float2BooleanArrayMap(float[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new empty array map with given key and value backing arrays.
Float2BooleanArrayMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new empty array map.
Float2BooleanArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new empty array map of given capacity.
Float2BooleanArrayMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Float2BooleanArrayMap(Map<? extends Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new empty array map copying the entries of a given map.
Float2BooleanArrayMap(float[], boolean[], int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Float2BooleanAVLTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific AVL tree map with a fast, small-footprint implementation.
Float2BooleanAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new empty tree map.
Float2BooleanAVLTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new empty tree map with the given comparator.
Float2BooleanAVLTreeMap(Map<? extends Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Float2BooleanAVLTreeMap(SortedMap<Float, Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2BooleanAVLTreeMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map copying a given map.
Float2BooleanAVLTreeMap(Float2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2BooleanAVLTreeMap(float[], boolean[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2BooleanAVLTreeMap(float[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
float2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Returns a type-specific set view of the mappings contained in this map.
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
float2BooleanEntrySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
float2BooleanEntrySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
Float2BooleanFunctions - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific functions.
Float2BooleanFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific function.
Float2BooleanFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.floats
An adapter for mapping generic total functions to partial primitive functions.
Float2BooleanFunctions.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton function.
Float2BooleanFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for functions.
Float2BooleanFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for functions.
Float2BooleanLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific linked hash map with with a fast, small-footprint implementation.
Float2BooleanLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map.
Float2BooleanLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanLinkedOpenHashMap(Map<? extends Float, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map copying a given one.
Float2BooleanLinkedOpenHashMap(Map<? extends Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2BooleanLinkedOpenHashMap(Float2BooleanMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2BooleanLinkedOpenHashMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2BooleanLinkedOpenHashMap(float[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2BooleanLinkedOpenHashMap(float[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2BooleanMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Float2BooleanMap.Entry - Interface in it.unimi.dsi.fastutil.floats
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2BooleanMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.floats
An entry set providing fast iteration.
Float2BooleanMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific maps.
Float2BooleanMaps.EmptyMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific map.
Float2BooleanMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton map.
Float2BooleanMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for maps.
Float2BooleanMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for maps.
Float2BooleanOpenCustomHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Float2BooleanOpenCustomHashMap(int, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map.
Float2BooleanOpenCustomHashMap(int, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanOpenCustomHashMap(FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanOpenCustomHashMap(Map<? extends Float, ? extends Boolean>, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map copying a given one.
Float2BooleanOpenCustomHashMap(Map<? extends Float, ? extends Boolean>, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2BooleanOpenCustomHashMap(Float2BooleanMap, float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Float2BooleanOpenCustomHashMap(Float2BooleanMap, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2BooleanOpenCustomHashMap(float[], boolean[], float, FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2BooleanOpenCustomHashMap(float[], boolean[], FloatHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2BooleanOpenHashMap - Class in it.unimi.dsi.fastutil.floats
A type-specific hash map with a fast, small-footprint implementation.
Float2BooleanOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map.
Float2BooleanOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Float2BooleanOpenHashMap(Map<? extends Float, ? extends Boolean>, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map copying a given one.
Float2BooleanOpenHashMap(Map<? extends Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Float2BooleanOpenHashMap(Float2BooleanMap, float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map copying a given type-specific one.
Float2BooleanOpenHashMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Float2BooleanOpenHashMap(float[], boolean[], float) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Float2BooleanOpenHashMap(float[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Float2BooleanRBTreeMap - Class in it.unimi.dsi.fastutil.floats
A type-specific red-black tree map with a fast, small-footprint implementation.
Float2BooleanRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new empty tree map.
Float2BooleanRBTreeMap(Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new empty tree map with the given comparator.
Float2BooleanRBTreeMap(Map<? extends Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map copying a given map.
Float2BooleanRBTreeMap(SortedMap<Float, Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2BooleanRBTreeMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map copying a given map.
Float2BooleanRBTreeMap(Float2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Float2BooleanRBTreeMap(float[], boolean[], Comparator<? super Float>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Float2BooleanRBTreeMap(float[], boolean[]) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Float2BooleanSortedMap - Interface in it.unimi.dsi.fastutil.floats
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Float2BooleanSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.floats
A sorted entry set providing fast iteration.
Float2BooleanSortedMaps - Class in it.unimi.dsi.fastutil.floats
A class providing static methods and objects that do useful things with type-specific sorted maps.
Float2BooleanSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.floats
An immutable class representing an empty type-specific sorted map.
Float2BooleanSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.floats
An immutable class representing a type-specific singleton sorted map.
Float2BooleanSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.floats
A synchronized wrapper class for sorted maps.
Float2BooleanSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.floats
An unmodifiable wrapper class for sorted maps.
forEach(BiConsumer<? super Float, ? super Boolean>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
 
forEach(BiConsumer<? super Float, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
forEach(BiConsumer<? super Float, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
forEach(BiConsumer<? super Float, ? super Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 

G

get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
Deprecated.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
get(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
getAndMoveToFirst(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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.
getBooleanValue() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
getBooleanValue() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Returns the value corresponding to this entry.
getFloatKey() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
getFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
Deprecated.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
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.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
Deprecated.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
getOrDefault(Object, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
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.floats.Float2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
headMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
headMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
it.unimi.dsi.fastutil.floats - package it.unimi.dsi.fastutil.floats
 
iterator(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
The keys (valid up to Float2BooleanArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Float2BooleanMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
The last key in this map.
lastFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
lastFloatKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns the last (highest) key currently in this map.
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
lastFloatKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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.floats.AbstractFloat2BooleanMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Threshold after which we rehash.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
merge(Float, Boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
merge(Float, Boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(float, boolean, BiFunction<? super Boolean, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
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.floats.Float2BooleanLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
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.floats.Float2BooleanRBTreeMap
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.floats.Float2BooleanLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
The current table size.
nextBoolean() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesIterator
 
nextFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 

P

previousFloat() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySetIterator
 
primitive(Function<? super Float, ? extends Boolean>) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Float, ? extends Boolean>) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
 
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
put(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.PrimitiveFunction
Deprecated.
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
put(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
put(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
put(Float, Boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
put(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
putAll(Map<? extends Float, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
putAndMoveToFirst(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
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(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
putIfAbsent(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
putIfAbsent(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
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(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
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.floats.Float2BooleanLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntrySet
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
remove(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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.floats.Float2BooleanMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
remove(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
remove(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
removeFirstBoolean() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastBoolean() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(float, boolean, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, boolean, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
replace(float, boolean, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
replace(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
replace(float, boolean, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
replace(Float, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Float, Boolean, Boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(float, boolean, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(float, boolean, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(float, boolean) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Float, ? super Boolean, ? extends Boolean>) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 

S

setValue(boolean) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
setValue(boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Boolean) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
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.floats.Float2BooleanOpenCustomHashMap
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.floats.Float2BooleanOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
singleton(Float, Boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Float, Boolean, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, boolean) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(float, boolean, FloatComparator) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(float, boolean, FloatComparator) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
Singleton(float, boolean) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
The number of valid entries in Float2BooleanArrayMap.key and Float2BooleanArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Returns the hashing strategy.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
subMap(float, float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Float, Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(float, float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
subMap(Float, Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(float, float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
synchronize(Float2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Float2BooleanFunction, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Float2BooleanMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Float2BooleanMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Float2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Float2BooleanSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Float2BooleanFunction, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
SynchronizedFunction(Float2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
SynchronizedMap(Float2BooleanMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
SynchronizedMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
SynchronizedSortedMap(Float2BooleanSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Float2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 

T

tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
 
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
 
tailMap(float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Float) - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 
tailMap(Float) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(float) - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.KeySet
 
test(double) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Float2BooleanFunction) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Float2BooleanMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Float2BooleanSortedMap) - Static method in class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Float2BooleanFunction) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.UnmodifiableFunction
 
UnmodifiableMap(Float2BooleanMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Float2BooleanSortedMap) - Constructor for class it.unimi.dsi.fastutil.floats.Float2BooleanSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
The values (parallel to Float2BooleanArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanMap
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.floats.Float2BooleanRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.floats.Float2BooleanSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Float2BooleanMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links