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

A

AbstractInt2LongFunction - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractInt2LongFunction() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongFunction
 
AbstractInt2LongMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractInt2LongMap() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
 
AbstractInt2LongMap.BasicEntry - Class in it.unimi.dsi.fastutil.ints
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).
AbstractInt2LongMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.ints
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractInt2LongSortedMap - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractInt2LongSortedMap() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap
 
AbstractInt2LongSortedMap.KeySet - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting the keys of a map.
AbstractInt2LongSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractInt2LongSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting the values of a map.
AbstractInt2LongSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
This map's actual comparator; it may differ from Int2LongAVLTreeMap.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.ints.Int2LongRBTreeMap
This map's actual comparator; it may differ from Int2LongRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Adds an increment to value currently associated with a key.
addTo(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Adds an increment to value currently associated with a key.
apply(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsLong(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
BasicEntry(Integer, Long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
BasicEntry(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
BasicEntrySet(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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.ints.Int2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
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.ints.Int2LongSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
compute(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
compute(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(int, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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(int, Int2LongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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(int, IntToLongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
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(int, Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
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(Integer, Function<? super Integer, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(int, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
computeIfAbsent(int, Int2LongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
computeIfAbsent(Integer, Function<? super Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(int, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
computeIfAbsent(int, Int2LongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
computeIfAbsent(Integer, Function<? super Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(int, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
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(int, Int2LongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
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(int, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
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(int, Int2LongFunction) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(int, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(int, Int2LongFunction) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
computeIfPresent(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
computeIfPresent(Integer, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
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.ints.AbstractInt2LongMap.BasicEntrySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
Deprecated.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Whether this map contains the key zero.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Cached set of entries.
entryComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Int2LongMap.Entry>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Int2LongMap, Consumer<? super Int2LongMap.Entry>) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Int2LongMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Int2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
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.ints.Int2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Int2LongMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
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.ints.Int2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Int2LongMap.Entry) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap.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(Int2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
The first key in this map.
firstInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
firstIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns the first (lowest) key currently in this map.
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
firstIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
firstKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Modifies the Int2LongLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Modifies the Int2LongLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Integer, ? super Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
 
forEach(BiConsumer<? super Integer, ? super Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
forEach(BiConsumer<? super Integer, ? super Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super Integer, ? super Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 

G

get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
Deprecated.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
getAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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.
getIntKey() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
getIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Returns the value corresponding to this entry.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
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.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
Deprecated.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
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.ints.Int2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
headMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesIterator
 
Int2LongArrayMap - Class in it.unimi.dsi.fastutil.ints
A simple, brute-force implementation of a map based on two parallel backing arrays.
Int2LongArrayMap(int[], long[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Int2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new empty array map.
Int2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new empty array map of given capacity.
Int2LongArrayMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Int2LongArrayMap(Map<? extends Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Int2LongArrayMap(int[], long[], int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Int2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific AVL tree map with a fast, small-footprint implementation.
Int2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new empty tree map.
Int2LongAVLTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Int2LongAVLTreeMap(Map<? extends Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map copying a given map.
Int2LongAVLTreeMap(SortedMap<Integer, Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2LongAVLTreeMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map copying a given map.
Int2LongAVLTreeMap(Int2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2LongAVLTreeMap(int[], long[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2LongAVLTreeMap(int[], long[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
int2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Returns a type-specific set view of the mappings contained in this map.
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
int2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
int2LongEntrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
Int2LongFunctions - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific functions.
Int2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific function.
Int2LongFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.ints
An adapter for mapping generic total functions to partial primitive functions.
Int2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton function.
Int2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for functions.
Int2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for functions.
Int2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific linked hash map with with a fast, small-footprint implementation.
Int2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map.
Int2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongLinkedOpenHashMap(Map<? extends Integer, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Int2LongLinkedOpenHashMap(Map<? extends Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2LongLinkedOpenHashMap(Int2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2LongLinkedOpenHashMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2LongLinkedOpenHashMap(int[], long[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2LongLinkedOpenHashMap(int[], long[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2LongMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Int2LongMap.Entry - Interface in it.unimi.dsi.fastutil.ints
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.ints
An entry set providing fast iteration.
Int2LongMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific maps.
Int2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific map.
Int2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton map.
Int2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for maps.
Int2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for maps.
Int2LongOpenCustomHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Int2LongOpenCustomHashMap(int, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map.
Int2LongOpenCustomHashMap(int, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongOpenCustomHashMap(IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongOpenCustomHashMap(Map<? extends Integer, ? extends Long>, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Int2LongOpenCustomHashMap(Map<? extends Integer, ? extends Long>, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2LongOpenCustomHashMap(Int2LongMap, float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Int2LongOpenCustomHashMap(Int2LongMap, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2LongOpenCustomHashMap(int[], long[], float, IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2LongOpenCustomHashMap(int[], long[], IntHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2LongOpenHashMap - Class in it.unimi.dsi.fastutil.ints
A type-specific hash map with a fast, small-footprint implementation.
Int2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map.
Int2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Int2LongOpenHashMap(Map<? extends Integer, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map copying a given one.
Int2LongOpenHashMap(Map<? extends Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Int2LongOpenHashMap(Int2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Int2LongOpenHashMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Int2LongOpenHashMap(int[], long[], float) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Int2LongOpenHashMap(int[], long[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Int2LongRBTreeMap - Class in it.unimi.dsi.fastutil.ints
A type-specific red-black tree map with a fast, small-footprint implementation.
Int2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new empty tree map.
Int2LongRBTreeMap(Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Int2LongRBTreeMap(Map<? extends Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map copying a given map.
Int2LongRBTreeMap(SortedMap<Integer, Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2LongRBTreeMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map copying a given map.
Int2LongRBTreeMap(Int2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Int2LongRBTreeMap(int[], long[], Comparator<? super Integer>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Int2LongRBTreeMap(int[], long[]) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Int2LongSortedMap - Interface in it.unimi.dsi.fastutil.ints
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Int2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.ints
A sorted entry set providing fast iteration.
Int2LongSortedMaps - Class in it.unimi.dsi.fastutil.ints
A class providing static methods and objects that do useful things with type-specific sorted maps.
Int2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.ints
An immutable class representing an empty type-specific sorted map.
Int2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.ints
An immutable class representing a type-specific singleton sorted map.
Int2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.ints
A synchronized wrapper class for sorted maps.
Int2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.ints
An unmodifiable wrapper class for sorted maps.
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
it.unimi.dsi.fastutil.ints - package it.unimi.dsi.fastutil.ints
 
iterator(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
The keys (valid up to Int2LongArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Int2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
The last key in this map.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
lastIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns the last (highest) key currently in this map.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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.ints.AbstractInt2LongMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Threshold after which we rehash.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Integer, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
merge(Integer, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
merge(Integer, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(int, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(int, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(int, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
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.ints.Int2LongRBTreeMap
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.ints.Int2LongLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
The current table size.
nextInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesIterator
 

P

previousInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySetIterator
 
primitive(Function<? super Integer, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Integer, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
 
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
put(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.PrimitiveFunction
Deprecated.
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
put(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
put(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
put(Integer, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
put(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
putAll(Map<? extends Integer, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
putAndMoveToFirst(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
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(Integer, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
putIfAbsent(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
putIfAbsent(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
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(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
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.ints.Int2LongLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntrySet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
remove(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
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.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
remove(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
remove(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
removeFirstLong() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(int, long, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, long, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Integer, Long, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
replace(int, long, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
replace(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Long, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
replace(int, long, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
replace(Integer, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, Long, Long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(int, long, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, long, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, long) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Integer, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 

S

setValue(long) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
setValue(long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Long) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
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.ints.Int2LongOpenCustomHashMap
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.ints.Int2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
singleton(Integer, Long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, Long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, long) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, long, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, long, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
Singleton(int, long) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
The number of valid entries in Int2LongArrayMap.key and Int2LongArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Returns the hashing strategy.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
synchronize(Int2LongFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2LongMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Int2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2LongFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
SynchronizedMap(Int2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
SynchronizedMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
SynchronizedSortedMap(Int2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 

T

tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
 
tailMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Int2LongFunction) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Int2LongMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Int2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Int2LongFunction) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongFunctions.UnmodifiableFunction
 
UnmodifiableMap(Int2LongMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Int2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.ints.Int2LongSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
The values (parallel to Int2LongArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.ints.Int2LongFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongMap
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2LongSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Int2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2LongSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links