- clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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.Short2LongRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
-
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.Short2LongSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
-
- compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- compute(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- compute(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- compute(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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, IntToLongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
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, Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
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, Function<? super Short, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfAbsent(short, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfAbsent(Short, Function<? super Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfAbsent(short, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfAbsent(Short, Function<? super Short, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfAbsent(short, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
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, IntToLongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
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, Short2LongFunction) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentNullable(short, IntFunction<? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map unless it is null.
- computeIfAbsentPartial(short, Short2LongFunction) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
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 Long, ? extends Long>) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfPresent(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfPresent(Short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- computeIfPresent(short, BiFunction<? super Short, ? super Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
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 Long, ? extends Long>) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
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.AbstractShort2LongMap.BasicEntrySet
-
- contains(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
-
- contains(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
- containsKey(short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
- containsKey(short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Whether this map contains the key zero.
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
- containsValue(long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
- containsValue(long) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Number of entries in this map.
- setValue(long) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntry
-
- setValue(long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(Long) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap.Entry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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.Short2LongOpenCustomHashMap
-
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.Short2LongOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- Short2LongArrayMap - Class in it.unimi.dsi.fastutil.shorts
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Short2LongArrayMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Short2LongArrayMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new empty array map.
- Short2LongArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new empty array map of given capacity.
- Short2LongArrayMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Short2LongArrayMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Short2LongArrayMap(short[], long[], int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Short2LongAVLTreeMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Short2LongAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new empty tree map.
- Short2LongAVLTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Short2LongAVLTreeMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map copying a given map.
- Short2LongAVLTreeMap(SortedMap<Short, Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2LongAVLTreeMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map copying a given map.
- Short2LongAVLTreeMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2LongAVLTreeMap(short[], long[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Short2LongAVLTreeMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
- short2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
Returns a type-specific set view of the mappings contained in this map.
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.EmptyMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps.UnmodifiableMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
- short2LongEntrySet() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- short2LongEntrySet() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
-
- Short2LongFunctions - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific functions.
- Short2LongFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific function.
- Short2LongFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.shorts
-
An adapter for mapping generic total functions to partial primitive functions.
- Short2LongFunctions.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton function.
- Short2LongFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for functions.
- Short2LongFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for functions.
- Short2LongLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Short2LongLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map.
- Short2LongLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongLinkedOpenHashMap(Map<? extends Short, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Short2LongLinkedOpenHashMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2LongLinkedOpenHashMap(Short2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2LongLinkedOpenHashMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2LongLinkedOpenHashMap(short[], long[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2LongLinkedOpenHashMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2LongMap - 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.
- Short2LongMap.Entry - Interface in it.unimi.dsi.fastutil.shorts
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Short2LongMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.shorts
-
An entry set providing fast iteration.
- Short2LongMaps - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific maps.
- Short2LongMaps.EmptyMap - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific map.
- Short2LongMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton map.
- Short2LongMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for maps.
- Short2LongMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for maps.
- Short2LongOpenCustomHashMap - 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.
- Short2LongOpenCustomHashMap(int, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map.
- Short2LongOpenCustomHashMap(int, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongOpenCustomHashMap(ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongOpenCustomHashMap(Map<? extends Short, ? extends Long>, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Short2LongOpenCustomHashMap(Map<? extends Short, ? extends Long>, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2LongOpenCustomHashMap(Short2LongMap, float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2LongOpenCustomHashMap(Short2LongMap, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2LongOpenCustomHashMap(short[], long[], float, ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2LongOpenCustomHashMap(short[], long[], ShortHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2LongOpenHashMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific hash map with a fast, small-footprint implementation.
- Short2LongOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map.
- Short2LongOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Short2LongOpenHashMap(Map<? extends Short, ? extends Long>, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map copying a given one.
- Short2LongOpenHashMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Short2LongOpenHashMap(Short2LongMap, float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Short2LongOpenHashMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Short2LongOpenHashMap(short[], long[], float) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Short2LongOpenHashMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Short2LongRBTreeMap - Class in it.unimi.dsi.fastutil.shorts
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Short2LongRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new empty tree map.
- Short2LongRBTreeMap(Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Short2LongRBTreeMap(Map<? extends Short, ? extends Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map copying a given map.
- Short2LongRBTreeMap(SortedMap<Short, Long>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2LongRBTreeMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map copying a given map.
- Short2LongRBTreeMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Short2LongRBTreeMap(short[], long[], Comparator<? super Short>) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Short2LongRBTreeMap(short[], long[]) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Short2LongSortedMap - Interface in it.unimi.dsi.fastutil.shorts
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Short2LongSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.shorts
-
A sorted entry set providing fast iteration.
- Short2LongSortedMaps - Class in it.unimi.dsi.fastutil.shorts
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Short2LongSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing an empty type-specific sorted map.
- Short2LongSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.shorts
-
An immutable class representing a type-specific singleton sorted map.
- Short2LongSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.shorts
-
A synchronized wrapper class for sorted maps.
- Short2LongSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.shorts
-
An unmodifiable wrapper class for sorted maps.
- singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
-
- singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.Singleton
-
- singleton(Short, Long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Short, Long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(short, long) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(short, long, ShortComparator) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(short, long, ShortComparator) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- Singleton(short, long) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.shorts.Short2LongOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongAVLTreeMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongLinkedOpenHashMap
-
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.Short2LongRBTreeMap
-
- subMap(short, short) - Method in interface it.unimi.dsi.fastutil.shorts.Short2LongSortedMap
-
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.Short2LongSortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.EmptySortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.Singleton
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- subMap(short, short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
-
- subMap(Short, Short) - Method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.UnmodifiableSortedMap
-
- subSet(short, short) - Method in class it.unimi.dsi.fastutil.shorts.AbstractShort2LongSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- synchronize(Short2LongFunction) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Short2LongFunction, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Short2LongMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Short2LongMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Short2LongSortedMap) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Short2LongSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Short2LongFunction, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- SynchronizedFunction(Short2LongFunction) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongFunctions.SynchronizedFunction
-
- SynchronizedMap(Short2LongMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- SynchronizedMap(Short2LongMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongMaps.SynchronizedMap
-
- SynchronizedSortedMap(Short2LongSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Short2LongSortedMap) - Constructor for class it.unimi.dsi.fastutil.shorts.Short2LongSortedMaps.SynchronizedSortedMap
-