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

A

AbstractLong2IntFunction - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractLong2IntFunction() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntFunction
 
AbstractLong2IntMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2IntMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
 
AbstractLong2IntMap.BasicEntry - Class in it.unimi.dsi.fastutil.longs
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2IntMap.BasicEntrySet - Class in it.unimi.dsi.fastutil.longs
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractLong2IntSortedMap - Class in it.unimi.dsi.fastutil.longs
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractLong2IntSortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap
 
AbstractLong2IntSortedMap.KeySet - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the keys of a map.
AbstractLong2IntSortedMap.KeySetIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractLong2IntSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting the values of a map.
AbstractLong2IntSortedMap.ValuesIterator - Class in it.unimi.dsi.fastutil.longs
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
This map's actual comparator; it may differ from Long2IntAVLTreeMap.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.Long2IntRBTreeMap
This map's actual comparator; it may differ from Long2IntRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Adds an increment to value currently associated with a key.
addTo(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Adds an increment to value currently associated with a key.
apply(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
BasicEntry(Long, Integer) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
BasicEntry(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
BasicEntrySet(Long2IntMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
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.Long2IntSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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, Long2IntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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, LongToIntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
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, Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(Long, Function<? super Long, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
computeIfAbsent(long, Long2IntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2IntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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, Long2IntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
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, Long2IntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(long, Long2IntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
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 Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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 Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
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.AbstractLong2IntMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Whether this map contains the key zero.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
containsValue(int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
containsValue(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 

F

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

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntLinkedOpenHashMap
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.
getIntValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
getIntValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
Deprecated.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
getOrDefault(Object, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
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.Long2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
The keys (valid up to Long2IntArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2IntMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 

L

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

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Threshold after which we rehash.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
merge(Long, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
merge(Long, Integer, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, int, BiFunction<? super Integer, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(long, int, IntBinaryOperator) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(long, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
If the specified key is not already associated with a value, associates it with the given value.
mergeInt(long, int, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
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.Long2IntLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
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.Long2IntRBTreeMap
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.Long2IntLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
The current table size.
nextInt() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Integer>) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Integer>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
 
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
put(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.PrimitiveFunction
Deprecated.
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
put(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
put(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
put(Long, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
put(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
putAndMoveToFirst(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
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, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
putIfAbsent(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
putIfAbsent(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
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.Long2IntLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
remove(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
remove(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
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.Long2IntOpenHashMap
 
remove(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
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.Long2IntRBTreeMap
 
removeFirstInt() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastInt() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, int, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Integer, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
replace(long, int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
replace(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Integer, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
replace(long, int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
replace(Long, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Integer, Integer) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Integer, ? extends Integer>) - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 

S

setValue(int) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
setValue(int) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Integer) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntOpenCustomHashMap
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.Long2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
singleton(Long, Integer) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Integer, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, int) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, int, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, int, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
Singleton(long, int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
The number of valid entries in Long2IntArrayMap.key and Long2IntArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
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.Long2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
synchronize(Long2IntFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2IntFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2IntMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2IntMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2IntSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2IntFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2IntFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
SynchronizedMap(Long2IntMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
SynchronizedMap(Long2IntMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2IntSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
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.Long2IntRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
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.Long2IntSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2IntFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2IntMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2IntSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2IntFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2IntMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2IntSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2IntSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
The values (parallel to Long2IntArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2IntFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2IntRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2IntSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2IntMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2IntSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links