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

A

AbstractInt2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractInt2ReferenceFunction() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceFunction
 
AbstractInt2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractInt2ReferenceMap() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
AbstractInt2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.ints
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractInt2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.ints
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractInt2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.ints
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractInt2ReferenceSortedMap() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
 
AbstractInt2ReferenceSortedMap.KeySet - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting the keys of a map.
AbstractInt2ReferenceSortedMap.KeySetIterator<V> - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractInt2ReferenceSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting the values of a map.
AbstractInt2ReferenceSortedMap.ValuesIterator<V> - Class in it.unimi.dsi.fastutil.ints
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
This map's actual comparator; it may differ from Int2ReferenceAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
This map's actual comparator; it may differ from Int2ReferenceRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
apply(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntry(Integer, V) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntry(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
BasicEntrySet(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
compute(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(Integer, Function<? super Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsent(int, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map.
computeIfAbsent(int, Int2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentPartial(int, Int2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(Integer, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(int, BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
contains(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesCollection
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
containsKey(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
containsKey(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Cached set of entries.
entryComparator(IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 

F

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

G

get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
get(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
getAndMoveToFirst(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getIntKey() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
getIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySetIterator
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
headMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 

I

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

K

key - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
The keys (valid up to Int2ReferenceArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
The last key in this map.
lastInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
lastIntKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
lastIntKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastKey() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Threshold after which we rehash.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
merge(Integer, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(int, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.
modified - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesIterator
 
nextInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySetIterator
 

P

previousInt() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySetIterator
 
primitive(Function<? super Integer, ? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Integer, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
put(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
put(Integer, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
put(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
putAndMoveToFirst(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
putIfAbsent(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int, Object) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
remove(int, Object) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replace(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
replace(Integer, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Integer, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(int, V, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(int, V) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Integer, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
singleton(Integer, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Integer, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(int, V, IntComparator) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(int, V, IntComparator) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
Singleton(int, V) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
The number of valid entries in Int2ReferenceArrayMap.key and Int2ReferenceArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Returns the hashing strategy.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
subMap(int, int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Integer, Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(int, int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Integer, Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(int, int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
synchronize(Int2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Int2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Int2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Int2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Int2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Int2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Int2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Int2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
SynchronizedMap(Int2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Int2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
SynchronizedSortedMap(Int2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Int2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 

T

tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
 
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
 
tailMap(int) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Integer) - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(Integer) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(int) - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Int2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Int2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Int2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Int2ReferenceFunction<? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.UnmodifiableFunction
 
UnmodifiableMap(Int2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Int2ReferenceSortedMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
The values (parallel to Int2ReferenceArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.ints.Int2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.ints.Int2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Int2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links