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