- BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
-
- BasicEntry(Byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
-
- BasicEntry(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
-
- BasicEntrySet(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
-
- Byte2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Byte2ObjectArrayMap(byte[], Object[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Byte2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new empty array map.
- Byte2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new empty array map of given capacity.
- Byte2ObjectArrayMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Byte2ObjectArrayMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Byte2ObjectArrayMap(byte[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Byte2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Byte2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new empty tree map.
- Byte2ObjectAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Byte2ObjectAVLTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Byte2ObjectAVLTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2ObjectAVLTreeMap(Byte2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Byte2ObjectAVLTreeMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2ObjectAVLTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Byte2ObjectAVLTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
- byte2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
Returns a type-specific set view of the mappings contained in this map.
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- byte2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- byte2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
-
- Byte2ObjectFunctions - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific functions.
- Byte2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific function.
- Byte2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.bytes
-
An adapter for mapping generic total functions to partial primitive functions.
- Byte2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton function.
- Byte2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for functions.
- Byte2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for functions.
- Byte2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Byte2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map.
- Byte2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectLinkedOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Byte2ObjectLinkedOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2ObjectLinkedOpenHashMap(Byte2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2ObjectLinkedOpenHashMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2ObjectLinkedOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2ObjectLinkedOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2ObjectMap<V> - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
- Byte2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Byte2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
-
An entry set providing fast iteration.
- Byte2ObjectMaps - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific maps.
- Byte2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific map.
- Byte2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton map.
- Byte2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for maps.
- Byte2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for maps.
- Byte2ObjectOpenCustomHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
- Byte2ObjectOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map.
- Byte2ObjectOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectOpenCustomHashMap(Map<? extends Byte, ? extends V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Byte2ObjectOpenCustomHashMap(Map<? extends Byte, ? extends V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2ObjectOpenCustomHashMap(Byte2ObjectMap<V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2ObjectOpenCustomHashMap(Byte2ObjectMap<V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2ObjectOpenCustomHashMap(byte[], V[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2ObjectOpenCustomHashMap(byte[], V[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific hash map with a fast, small-footprint implementation.
- Byte2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map.
- Byte2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Byte2ObjectOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map copying a given one.
- Byte2ObjectOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Byte2ObjectOpenHashMap(Byte2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Byte2ObjectOpenHashMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Byte2ObjectOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Byte2ObjectOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Byte2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Byte2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new empty tree map.
- Byte2ObjectRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Byte2ObjectRBTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Byte2ObjectRBTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2ObjectRBTreeMap(Byte2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Byte2ObjectRBTreeMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Byte2ObjectRBTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Byte2ObjectRBTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Byte2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.bytes
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Byte2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
-
A sorted entry set providing fast iteration.
- Byte2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.bytes
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Byte2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing an empty type-specific sorted map.
- Byte2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
-
An immutable class representing a type-specific singleton sorted map.
- Byte2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
A synchronized wrapper class for sorted maps.
- Byte2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
-
An unmodifiable wrapper class for sorted maps.
- clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
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.bytes.Byte2ObjectRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
-
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.bytes.Byte2ObjectSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
-
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
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(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
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(byte, IntFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
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(byte, Byte2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
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(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
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(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
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(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
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(byte, Byte2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentPartial(byte, Byte2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
- computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
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.bytes.AbstractByte2ObjectMap.BasicEntrySet
-
- contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesCollection
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
- containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
- containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Whether this map contains the key zero.
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
Number of entries in this map.
- map - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Threshold after which we rehash.
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.UnmodifiableMap
-
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- modified - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
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.bytes.Byte2ObjectOpenCustomHashMap
-
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.bytes.Byte2ObjectOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
-
- singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.Singleton
-
- singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(byte, V, ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(byte, V, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectAVLTreeMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectRBTreeMap
-
- subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
-
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
- subMap(Byte, Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.EmptySortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.Singleton
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
-
- subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.UnmodifiableSortedMap
-
- subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- synchronize(Byte2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Byte2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Byte2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Byte2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Byte2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Byte2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Byte2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- SynchronizedFunction(Byte2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectFunctions.SynchronizedFunction
-
- SynchronizedMap(Byte2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- SynchronizedMap(Byte2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectMaps.SynchronizedMap
-
- SynchronizedSortedMap(Byte2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Byte2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMaps.SynchronizedSortedMap
-