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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
BasicEntry(Long, Long) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
BasicEntry(long, long) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
BasicEntrySet(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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.longs.Long2LongRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
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.longs.Long2LongSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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(long, Long2LongFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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(long, LongUnaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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(long, Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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(Long, Function<? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
computeIfAbsent(long, Long2LongFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2LongFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
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(long, Long2LongFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
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(long, LongUnaryOperator) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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(long, Long2LongFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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(long, LongFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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(long, LongFunction<? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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(long, LongFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
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(long, LongFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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(long, Long2LongFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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.longs.AbstractLong2LongMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Whether this map contains the key zero.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
containsValue(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
containsValue(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Long2LongMap.Entry>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Long2LongMap, Consumer<? super Long2LongMap.Entry>) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Long2LongMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
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.longs.Long2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2LongMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
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.longs.Long2LongSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2LongMap.Entry) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap.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(Long2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
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.longs.Long2LongLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
firstLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns the first (lowest) key currently in this map.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Modifies the Long2LongLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Modifies the Long2LongLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Long, ? super Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
 
forEach(BiConsumer<? super Long, ? super Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
forEach(BiConsumer<? super Long, ? super Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
forEach(BiConsumer<? super Long, ? super Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.Entry
Returns the key corresponding to this entry.
getLongValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
getLongValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap.Entry
Returns the value corresponding to this entry.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
Deprecated.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
getOrDefault(Object, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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.longs.Long2LongMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
The keys (valid up to Long2LongArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
Long2LongArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2LongArrayMap(long[], long[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new empty array map.
Long2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new empty array map of given capacity.
Long2LongArrayMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Long2LongArrayMap(Map<? extends Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new empty array map copying the entries of a given map.
Long2LongArrayMap(long[], long[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new empty tree map.
Long2LongAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2LongAVLTreeMap(Map<? extends Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map copying a given map.
Long2LongAVLTreeMap(SortedMap<Long, Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2LongAVLTreeMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map copying a given map.
Long2LongAVLTreeMap(Long2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2LongAVLTreeMap(long[], long[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2LongAVLTreeMap(long[], long[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
long2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Returns a type-specific set view of the mappings contained in this map.
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
long2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
long2LongEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
Long2LongFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2LongFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map.
Long2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongLinkedOpenHashMap(Map<? extends Long, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2LongLinkedOpenHashMap(Map<? extends Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2LongLinkedOpenHashMap(Long2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2LongLinkedOpenHashMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2LongLinkedOpenHashMap(long[], long[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2LongLinkedOpenHashMap(long[], long[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2LongMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2LongMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2LongMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2LongOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2LongOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map.
Long2LongOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenCustomHashMap(Map<? extends Long, ? extends Long>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map copying a given one.
Long2LongOpenCustomHashMap(Map<? extends Long, ? extends Long>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2LongOpenCustomHashMap(Long2LongMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2LongOpenCustomHashMap(Long2LongMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2LongOpenCustomHashMap(long[], long[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2LongOpenCustomHashMap(long[], long[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2LongOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map.
Long2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenHashMap(Map<? extends Long, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map copying a given one.
Long2LongOpenHashMap(Map<? extends Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2LongOpenHashMap(Long2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2LongOpenHashMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2LongOpenHashMap(long[], long[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2LongOpenHashMap(long[], long[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2LongRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new empty tree map.
Long2LongRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new empty tree map with the given comparator.
Long2LongRBTreeMap(Map<? extends Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map copying a given map.
Long2LongRBTreeMap(SortedMap<Long, Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2LongRBTreeMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map copying a given map.
Long2LongRBTreeMap(Long2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2LongRBTreeMap(long[], long[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2LongRBTreeMap(long[], long[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2LongSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2LongSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Threshold after which we rehash.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
merge(Long, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
merge(Long, Long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, long, BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(long, long, LongBinaryOperator) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(long, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
If the specified key is not already associated with a value, associates it with the given value.
mergeLong(long, long, LongBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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.longs.Long2LongLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
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.longs.Long2LongRBTreeMap
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.longs.Long2LongLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
The current table size.
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Long>) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
 
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
put(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.PrimitiveFunction
Deprecated.
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
put(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
put(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
put(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
put(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
putAndMoveToFirst(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
putIfAbsent(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
putIfAbsent(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
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(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
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.longs.Long2LongLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
remove(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
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.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
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.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
remove(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
remove(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
removeFirstLong() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastLong() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
replace(long, long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
replace(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
replace(long, long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
replace(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 

S

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

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2LongFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2LongMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2LongFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2LongMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2LongSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
The values (parallel to Long2LongArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2LongFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2LongRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2LongSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2LongMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2LongSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links