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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntry(Long, V) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntry(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
BasicEntrySet(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
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.Long2ReferenceSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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, LongFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
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, Long2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
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, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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, Long2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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.
computeIfAbsentPartial(long, Long2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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.AbstractLong2ReferenceMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 

F

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

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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 class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
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.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
The keys (valid up to Long2ReferenceArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 

L

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

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Threshold after which we rehash.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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.Long2ReferenceLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
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.Long2ReferenceRBTreeMap
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.Long2ReferenceLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
put(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
put(Long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
put(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
putAndMoveToFirst(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
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, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
putIfAbsent(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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.Long2ReferenceLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
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.Long2ReferenceOpenHashMap
 
remove(long, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
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.Long2ReferenceRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replace(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
replace(Long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, V, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, V) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceOpenCustomHashMap
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.Long2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, V, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
The number of valid entries in Long2ReferenceArrayMap.key and Long2ReferenceArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
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.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
synchronize(Long2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
SynchronizedMap(Long2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Long2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
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.Long2ReferenceRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
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.Long2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2ReferenceFunction<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2ReferenceSortedMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
The values (parallel to Long2ReferenceArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ReferenceSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links