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