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