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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
BasicEntry(K, Integer) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
BasicEntry(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
BasicEntrySet(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(K, Object2IntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeInt(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIntIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIntIfAbsentPartial(K, Object2IntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIntIfPresent(K, BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
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.objects.AbstractObject2IntMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Whether this map contains the key zero.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Object2IntMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Object2IntMap<K>, Consumer<? super Object2IntMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Object2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2IntMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap.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(Object2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
The first key in this map.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Modifies the Object2IntLinkedOpenCustomHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Modifies the Object2IntLinkedOpenCustomHashMap.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Modifies the Object2IntLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Modifies the Object2IntLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
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.
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
getInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
getIntValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
Deprecated.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
The keys (valid up to Object2IntArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2IntMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 

L

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

M

map - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Threshold after which we rehash.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
merge(K, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(K, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use merge() instead.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesIterator
 

O

Object2IntArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2IntArrayMap(Object[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2IntArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new empty array map.
Object2IntArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new empty array map of given capacity.
Object2IntArrayMap(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Object2IntArrayMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new empty array map copying the entries of a given map.
Object2IntArrayMap(Object[], int[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2IntAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2IntAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new empty tree map.
Object2IntAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2IntAVLTreeMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map copying a given map.
Object2IntAVLTreeMap(SortedMap<K, Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2IntAVLTreeMap(Object2IntMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map copying a given map.
Object2IntAVLTreeMap(Object2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2IntAVLTreeMap(K[], int[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2IntAVLTreeMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
object2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Returns a type-specific set view of the mappings contained in this map.
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
object2IntEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
object2IntEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
Object2IntFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2IntFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2IntFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2IntFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2IntFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2IntFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2IntLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2IntLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map.
Object2IntLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntLinkedOpenCustomHashMap(Map<? extends K, ? extends Integer>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2IntLinkedOpenCustomHashMap(Map<? extends K, ? extends Integer>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2IntLinkedOpenCustomHashMap(Object2IntMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2IntLinkedOpenCustomHashMap(Object2IntMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2IntLinkedOpenCustomHashMap(K[], int[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2IntLinkedOpenCustomHashMap(K[], int[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2IntLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2IntLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map.
Object2IntLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntLinkedOpenHashMap(Map<? extends K, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2IntLinkedOpenHashMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2IntLinkedOpenHashMap(Object2IntMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2IntLinkedOpenHashMap(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2IntLinkedOpenHashMap(K[], int[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2IntLinkedOpenHashMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2IntMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Object2IntMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2IntMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2IntMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2IntMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2IntMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2IntMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2IntMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2IntOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Object2IntOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map.
Object2IntOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntOpenCustomHashMap(Map<? extends K, ? extends Integer>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map copying a given one.
Object2IntOpenCustomHashMap(Map<? extends K, ? extends Integer>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2IntOpenCustomHashMap(Object2IntMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2IntOpenCustomHashMap(Object2IntMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2IntOpenCustomHashMap(K[], int[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2IntOpenCustomHashMap(K[], int[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2IntOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2IntOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map.
Object2IntOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2IntOpenHashMap(Map<? extends K, ? extends Integer>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map copying a given one.
Object2IntOpenHashMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2IntOpenHashMap(Object2IntMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2IntOpenHashMap(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2IntOpenHashMap(K[], int[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2IntOpenHashMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2IntRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2IntRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new empty tree map.
Object2IntRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new empty tree map with the given comparator.
Object2IntRBTreeMap(Map<? extends K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map copying a given map.
Object2IntRBTreeMap(SortedMap<K, Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2IntRBTreeMap(Object2IntMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map copying a given map.
Object2IntRBTreeMap(Object2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2IntRBTreeMap(K[], int[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2IntRBTreeMap(K[], int[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2IntSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2IntSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2IntSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2IntSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2IntSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2IntSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2IntSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.PrimitiveFunction
Deprecated.
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
put(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
put(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
put(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
putAndMoveToFirst(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
putIfAbsent(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
putIfAbsent(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstInt() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
removeInt(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
removeLastInt() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
replace(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
replace(K, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Integer, Integer) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 

S

setValue(int) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
singleton(K, Integer) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Integer, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, int, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, int, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
Singleton(K, int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
The number of valid entries in Object2IntArrayMap.key and Object2IntArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
synchronize(Object2IntFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2IntFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2IntMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2IntMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2IntSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Object2IntFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2IntFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
SynchronizedMap(Object2IntMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
SynchronizedMap(Object2IntMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
SynchronizedSortedMap(Object2IntSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2IntFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2IntMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2IntSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2IntFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2IntMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2IntSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2IntSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
The values (parallel to Object2IntArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2IntRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2IntSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2IntMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2IntSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links