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

A

AbstractShort2ObjectFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractShort2ObjectFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectFunction
 
AbstractShort2ObjectMap<V> - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractShort2ObjectMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
 
AbstractShort2ObjectMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.shorts
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).
AbstractShort2ObjectMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.shorts
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractShort2ObjectSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractShort2ObjectSortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap
 
AbstractShort2ObjectSortedMap.KeySet - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the keys of a map.
AbstractShort2ObjectSortedMap.KeySetIterator<V> - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractShort2ObjectSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting the values of a map.
AbstractShort2ObjectSortedMap.ValuesIterator<V> - Class in it.unimi.dsi.fastutil.shorts
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
This map's actual comparator; it may differ from Short2ObjectAVLTreeMap.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.shorts.Short2ObjectRBTreeMap
This map's actual comparator; it may differ from Short2ObjectRBTreeMap.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.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
BasicEntry(Short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
BasicEntry(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
BasicEntrySet(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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.shorts.Short2ObjectRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
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.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
compute(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
compute(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(short, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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(short, Short2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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(short, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
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(short, Short2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
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(short, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
computeIfAbsent(short, Short2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
computeIfAbsent(Short, Function<? super Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(short, Short2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
computeIfAbsent(Short, Function<? super Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(short, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
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(short, Short2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
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(short, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
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(short, Short2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
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(short, Short2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
computeIfPresent(Short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(short, BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
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.shorts.AbstractShort2ObjectMap.BasicEntrySet
 
contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Cached set of entries.
entryComparator(ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Short2ObjectMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Short2ObjectMap<V>, Consumer<? super Short2ObjectMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Short2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Short2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
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.shorts.Short2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
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.shorts.Short2ObjectSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Short2ObjectMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap.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(Short2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
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.shorts.Short2ObjectLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
firstShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns the first (lowest) key currently in this map.
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
firstShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Modifies the Short2ObjectLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Modifies the Short2ObjectLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Short, ? super V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
 
forEach(BiConsumer<? super Short, ? super V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
forEach(BiConsumer<? super Short, ? super V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
forEach(BiConsumer<? super Short, ? super V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 

G

get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
Deprecated.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
get(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
getAndMoveToFirst(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
Deprecated.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
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.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
Deprecated.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getShortKey() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
getShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap.Entry
Returns the key corresponding to this entry.
getValue() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
headMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
headMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
it.unimi.dsi.fastutil.shorts - package it.unimi.dsi.fastutil.shorts
 
iterator(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
The keys (valid up to Short2ObjectArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
lastShortKey() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns the last (highest) key currently in this map.
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
lastShortKey() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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.shorts.AbstractShort2ObjectMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Threshold after which we rehash.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
merge(Short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
merge(Short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(short, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
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.shorts.Short2ObjectLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
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.shorts.Short2ObjectRBTreeMap
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.shorts.Short2ObjectLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesIterator
 
nextShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 

P

previousShort() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySetIterator
 
primitive(Function<? super Short, ? extends V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
 
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
put(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.PrimitiveFunction
Deprecated.
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
put(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
put(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
put(Short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
put(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
putAndMoveToFirst(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
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(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
putIfAbsent(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
putIfAbsent(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
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(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
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.shorts.Short2ObjectLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntrySet
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
remove(short, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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.shorts.Short2ObjectMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
remove(short, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
remove(short, Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, V, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, V) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
replace(short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
replace(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
replace(short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
replace(Short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(short, V, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(short, V) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Short, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
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.shorts.Short2ObjectOpenCustomHashMap
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.shorts.Short2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
Short2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.shorts
A simple, brute-force implementation of a map based on two parallel backing arrays.
Short2ObjectArrayMap(short[], Object[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map with given key and value backing arrays.
Short2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map.
Short2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map of given capacity.
Short2ObjectArrayMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ObjectArrayMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new empty array map copying the entries of a given map.
Short2ObjectArrayMap(short[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Short2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific AVL tree map with a fast, small-footprint implementation.
Short2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new empty tree map.
Short2ObjectAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new empty tree map with the given comparator.
Short2ObjectAVLTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Short2ObjectAVLTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectAVLTreeMap(Short2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given map.
Short2ObjectAVLTreeMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectAVLTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ObjectAVLTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
short2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
short2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
short2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
Short2ObjectFunctions - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific functions.
Short2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific function.
Short2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An adapter for mapping generic total functions to partial primitive functions.
Short2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton function.
Short2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for functions.
Short2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for functions.
Short2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific linked hash map with with a fast, small-footprint implementation.
Short2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map.
Short2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectLinkedOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map copying a given one.
Short2ObjectLinkedOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectLinkedOpenHashMap(Short2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectLinkedOpenHashMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectLinkedOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectLinkedOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Short2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
An entry set providing fast iteration.
Short2ObjectMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific maps.
Short2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific map.
Short2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton map.
Short2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for maps.
Short2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for maps.
Short2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Short2ObjectOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map.
Short2ObjectOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenCustomHashMap(Map<? extends Short, ? extends V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map copying a given one.
Short2ObjectOpenCustomHashMap(Map<? extends Short, ? extends V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectOpenCustomHashMap(Short2ObjectMap<V>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectOpenCustomHashMap(short[], V[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectOpenCustomHashMap(short[], V[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific hash map with a fast, small-footprint implementation.
Short2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map.
Short2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Short2ObjectOpenHashMap(Map<? extends Short, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map copying a given one.
Short2ObjectOpenHashMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Short2ObjectOpenHashMap(Short2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map copying a given type-specific one.
Short2ObjectOpenHashMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Short2ObjectOpenHashMap(short[], V[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Short2ObjectOpenHashMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Short2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.shorts
A type-specific red-black tree map with a fast, small-footprint implementation.
Short2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new empty tree map.
Short2ObjectRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new empty tree map with the given comparator.
Short2ObjectRBTreeMap(Map<? extends Short, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given map.
Short2ObjectRBTreeMap(SortedMap<Short, V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectRBTreeMap(Short2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given map.
Short2ObjectRBTreeMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Short2ObjectRBTreeMap(short[], V[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Short2ObjectRBTreeMap(short[], V[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Short2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.shorts
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Short2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.shorts
A sorted entry set providing fast iteration.
Short2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.shorts
A class providing static methods and objects that do useful things with type-specific sorted maps.
Short2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing an empty type-specific sorted map.
Short2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.shorts
An immutable class representing a type-specific singleton sorted map.
Short2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
A synchronized wrapper class for sorted maps.
Short2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.shorts
An unmodifiable wrapper class for sorted maps.
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
singleton(Short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, V) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(short, V, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(short, V, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
Singleton(short, V) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
The number of valid entries in Short2ObjectArrayMap.key and Short2ObjectArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Returns the hashing strategy.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Short, Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
synchronize(Short2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Short2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Short2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Short2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Short2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Short2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Short2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
SynchronizedFunction(Short2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
SynchronizedMap(Short2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
SynchronizedMap(Short2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
SynchronizedSortedMap(Short2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Short2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 

T

tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
 
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
 
tailMap(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 
tailMap(Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Short2ObjectFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Short2ObjectMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Short2ObjectSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Short2ObjectFunction<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.UnmodifiableFunction
 
UnmodifiableMap(Short2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Short2ObjectSortedMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
The values (parallel to Short2ObjectArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectMap
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.shorts.Short2ObjectRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.shorts.Short2ObjectSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Short2ObjectMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.shorts.AbstractShort2ObjectSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links