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

A

AbstractObject2LongFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2LongFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongFunction
 
AbstractObject2LongMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2LongMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
 
AbstractObject2LongMap.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).
AbstractObject2LongMap.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.
AbstractObject2LongSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2LongSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap
 
AbstractObject2LongSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractObject2LongSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractObject2LongSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractObject2LongSortedMap.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.Object2LongAVLTreeMap
This map's actual comparator; it may differ from Object2LongAVLTreeMap.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.Object2LongRBTreeMap
This map's actual comparator; it may differ from Object2LongRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Adds an increment to value currently associated with a key.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsLong(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
BasicEntry(K, Long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
BasicEntry(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
BasicEntrySet(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
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.Object2LongSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
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, Object2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeIfAbsent(K, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
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, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
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, ToLongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
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, Object2LongFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLong(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeLongIfAbsent(K, ToLongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeLongIfAbsentPartial(K, Object2LongFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeLongIfPresent(K, BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
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.AbstractObject2LongMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Whether this map contains the key zero.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Object2LongMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Object2LongMap<K>, Consumer<? super Object2LongMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Object2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
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.Object2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
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.Object2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2LongMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap.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(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
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.AbstractObject2LongSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
The first key in this map.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Modifies the Object2LongLinkedOpenCustomHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Modifies the Object2LongLinkedOpenCustomHashMap.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Modifies the Object2LongLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Modifies the Object2LongLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
getLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
getLongValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
Returns the value corresponding to this entry.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
Deprecated.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
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.Object2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
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.Object2LongSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
The keys (valid up to Object2LongArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2LongMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
The last key in this map.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.AbstractObject2LongMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Threshold after which we rehash.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
merge(K, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(K, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use merge() instead.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
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.Object2LongRBTreeMap
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.Object2LongLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySetIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesIterator
 

O

Object2LongArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2LongArrayMap(Object[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new empty array map.
Object2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new empty array map of given capacity.
Object2LongArrayMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Object2LongArrayMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Object2LongArrayMap(Object[], long[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2LongAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new empty tree map.
Object2LongAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2LongAVLTreeMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map copying a given map.
Object2LongAVLTreeMap(SortedMap<K, Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2LongAVLTreeMap(Object2LongMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map copying a given map.
Object2LongAVLTreeMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2LongAVLTreeMap(K[], long[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2LongAVLTreeMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
object2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Returns a type-specific set view of the mappings contained in this map.
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
object2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.EmptySortedMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
object2LongEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
Object2LongFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2LongFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2LongFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2LongFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2LongFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2LongFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2LongLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2LongLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map.
Object2LongLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongLinkedOpenCustomHashMap(Map<? extends K, ? extends Long>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2LongLinkedOpenCustomHashMap(Map<? extends K, ? extends Long>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2LongLinkedOpenCustomHashMap(Object2LongMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2LongLinkedOpenCustomHashMap(Object2LongMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2LongLinkedOpenCustomHashMap(K[], long[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2LongLinkedOpenCustomHashMap(K[], long[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2LongLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map.
Object2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2LongLinkedOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2LongLinkedOpenHashMap(Object2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2LongLinkedOpenHashMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2LongLinkedOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2LongLinkedOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2LongMap<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.
Object2LongMap.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.
Object2LongMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2LongMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2LongMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2LongMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2LongMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2LongMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2LongOpenCustomHashMap<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.
Object2LongOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map.
Object2LongOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Object2LongOpenCustomHashMap(Map<? extends K, ? extends Long>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2LongOpenCustomHashMap(Object2LongMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2LongOpenCustomHashMap(Object2LongMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2LongOpenCustomHashMap(K[], long[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2LongOpenCustomHashMap(K[], long[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2LongOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map.
Object2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2LongOpenHashMap(Map<? extends K, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map copying a given one.
Object2LongOpenHashMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2LongOpenHashMap(Object2LongMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2LongOpenHashMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2LongOpenHashMap(K[], long[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2LongOpenHashMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2LongRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new empty tree map.
Object2LongRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Object2LongRBTreeMap(Map<? extends K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map copying a given map.
Object2LongRBTreeMap(SortedMap<K, Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2LongRBTreeMap(Object2LongMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map copying a given map.
Object2LongRBTreeMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2LongRBTreeMap(K[], long[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2LongRBTreeMap(K[], long[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2LongSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2LongSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2LongSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2LongSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2LongSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2LongSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2LongSortedMaps.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.AbstractObject2LongSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.PrimitiveFunction
Deprecated.
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
put(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
put(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
put(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
putAndMoveToFirst(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
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, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
putIfAbsent(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
putIfAbsent(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
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, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
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.Object2LongLinkedOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
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.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
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.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
removeLong(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Long, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
replace(K, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Long, Long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, long, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, long) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 

S

setValue(long) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
setValue(long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongOpenCustomHashMap
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.Object2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
singleton(K, Long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, long, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, long, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
Singleton(K, long) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
The number of valid entries in Object2LongArrayMap.key and Object2LongArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
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.Object2LongSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
synchronize(Object2LongFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2LongFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2LongMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2LongMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2LongSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Object2LongFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2LongFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
SynchronizedMap(Object2LongMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
SynchronizedMap(Object2LongMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
SynchronizedSortedMap(Object2LongSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
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.Object2LongLinkedOpenHashMap
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.Object2LongRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
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.Object2LongSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2LongFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2LongMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2LongSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2LongFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2LongMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2LongSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2LongSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
The values (parallel to Object2LongArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2LongSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2LongMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2LongSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links