Skip navigation links
A B C D E F G H I K L M N P R S T U V 

A

AbstractByte2ReferenceFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractByte2ReferenceFunction() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
 
AbstractByte2ReferenceMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractByte2ReferenceMap() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
AbstractByte2ReferenceMap.BasicEntry<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractByte2ReferenceMap.BasicEntrySet<V> - Class in it.unimi.dsi.fastutil.bytes
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractByte2ReferenceSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractByte2ReferenceSortedMap() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
 
AbstractByte2ReferenceSortedMap.KeySet - Class in it.unimi.dsi.fastutil.bytes
A wrapper exhibiting the keys of a map.
AbstractByte2ReferenceSortedMap.KeySetIterator<V> - Class in it.unimi.dsi.fastutil.bytes
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractByte2ReferenceSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.bytes
A wrapper exhibiting the values of a map.
AbstractByte2ReferenceSortedMap.ValuesIterator<V> - Class in it.unimi.dsi.fastutil.bytes
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
This map's actual comparator; it may differ from Byte2ReferenceAVLTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
actualComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
This map's actual comparator; it may differ from Byte2ReferenceRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
apply(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
apply(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntry(Byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntry(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
BasicEntrySet(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
Byte2ReferenceArrayMap<V> - Class in it.unimi.dsi.fastutil.bytes
A simple, brute-force implementation of a map based on two parallel backing arrays.
Byte2ReferenceArrayMap(byte[], Object[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map with given key and value backing arrays.
Byte2ReferenceArrayMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map.
Byte2ReferenceArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map of given capacity.
Byte2ReferenceArrayMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ReferenceArrayMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new empty array map copying the entries of a given map.
Byte2ReferenceArrayMap(byte[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Byte2ReferenceAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific AVL tree map with a fast, small-footprint implementation.
Byte2ReferenceAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new empty tree map.
Byte2ReferenceAVLTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new empty tree map with the given comparator.
Byte2ReferenceAVLTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceAVLTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceAVLTreeMap(Byte2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceAVLTreeMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceAVLTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ReferenceAVLTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
byte2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns a type-specific set view of the mappings contained in this map.
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
byte2ReferenceEntrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
byte2ReferenceEntrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
Byte2ReferenceFunctions - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific functions.
Byte2ReferenceFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific function.
Byte2ReferenceFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An adapter for mapping generic total functions to partial primitive functions.
Byte2ReferenceFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton function.
Byte2ReferenceFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for functions.
Byte2ReferenceFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for functions.
Byte2ReferenceLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific linked hash map with with a fast, small-footprint implementation.
Byte2ReferenceLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map.
Byte2ReferenceLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceLinkedOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given one.
Byte2ReferenceLinkedOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceLinkedOpenHashMap(Byte2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceLinkedOpenHashMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceLinkedOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceLinkedOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceMap<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.
Byte2ReferenceMap.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.
Byte2ReferenceMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
An entry set providing fast iteration.
Byte2ReferenceMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific maps.
Byte2ReferenceMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific map.
Byte2ReferenceMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton map.
Byte2ReferenceMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for maps.
Byte2ReferenceMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for maps.
Byte2ReferenceOpenCustomHashMap<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.
Byte2ReferenceOpenCustomHashMap(int, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map.
Byte2ReferenceOpenCustomHashMap(int, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenCustomHashMap(ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenCustomHashMap(Map<? extends Byte, ? extends V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map copying a given one.
Byte2ReferenceOpenCustomHashMap(Map<? extends Byte, ? extends V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceOpenCustomHashMap(Byte2ReferenceMap<V>, float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceOpenCustomHashMap(Byte2ReferenceMap<V>, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceOpenCustomHashMap(byte[], V[], float, ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceOpenCustomHashMap(byte[], V[], ByteHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceOpenHashMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific hash map with a fast, small-footprint implementation.
Byte2ReferenceOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map.
Byte2ReferenceOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Byte2ReferenceOpenHashMap(Map<? extends Byte, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map copying a given one.
Byte2ReferenceOpenHashMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Byte2ReferenceOpenHashMap(Byte2ReferenceMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map copying a given type-specific one.
Byte2ReferenceOpenHashMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Byte2ReferenceOpenHashMap(byte[], V[], float) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Byte2ReferenceOpenHashMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Byte2ReferenceRBTreeMap<V> - Class in it.unimi.dsi.fastutil.bytes
A type-specific red-black tree map with a fast, small-footprint implementation.
Byte2ReferenceRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new empty tree map.
Byte2ReferenceRBTreeMap(Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new empty tree map with the given comparator.
Byte2ReferenceRBTreeMap(Map<? extends Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceRBTreeMap(SortedMap<Byte, V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceRBTreeMap(Byte2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given map.
Byte2ReferenceRBTreeMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Byte2ReferenceRBTreeMap(byte[], V[], Comparator<? super Byte>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Byte2ReferenceRBTreeMap(byte[], V[]) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Byte2ReferenceSortedMap<V> - Interface in it.unimi.dsi.fastutil.bytes
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Byte2ReferenceSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.bytes
A sorted entry set providing fast iteration.
Byte2ReferenceSortedMaps - Class in it.unimi.dsi.fastutil.bytes
A class providing static methods and objects that do useful things with type-specific sorted maps.
Byte2ReferenceSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing an empty type-specific sorted map.
Byte2ReferenceSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.bytes
An immutable class representing a type-specific singleton sorted map.
Byte2ReferenceSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
A synchronized wrapper class for sorted maps.
Byte2ReferenceSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.bytes
An unmodifiable wrapper class for sorted maps.

C

clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
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.Byte2ReferenceSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceMap
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.Byte2ReferenceMaps.SynchronizedMap
 
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
compute(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
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.Byte2ReferenceOpenHashMap
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.Byte2ReferenceLinkedOpenHashMap
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, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceMap
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, Byte2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
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.Byte2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(byte, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfAbsent(Byte, Function<? super Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(byte, IntFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
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, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
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.Byte2ReferenceOpenHashMap
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, Byte2ReferenceFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
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, Byte2ReferenceFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceMap
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.Byte2ReferenceMaps.SynchronizedMap
 
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
computeIfPresent(Byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(byte, BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
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.Byte2ReferenceOpenHashMap
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.AbstractByte2ReferenceMap.BasicEntrySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
containsKey(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
containsKey(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Whether this map contains the key zero.
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Number of entries in this map.

D

defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
defaultReturnValue(V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Cached set of entries.
entryComparator(ByteComparator) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Byte2ReferenceMap.Entry<V>>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Byte2ReferenceMap<V>, Consumer<? super Byte2ReferenceMap.Entry<V>>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an iterable yielding a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterator() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ReferenceMap.Entry<V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation); the iterator might return always the same entry instance, suitably mutated.
fastIterator(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The index of the first entry in iteration order.
firstByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
firstByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns the first (lowest) key currently in this map.
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
firstByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
firstEntry - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Modifies the Byte2ReferenceLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Modifies the Byte2ReferenceLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Byte, ? super V>) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
forEach(BiConsumer<? super Byte, ? super V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 

G

get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
get(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
getAndMoveToFirst(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the first position of the iteration order.
getAndMoveToLast(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the given key is mapped; if the key is present, it is moved to the last position of the iteration order.
getByteKey() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
getByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.Entry
Returns the key corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
Deprecated.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
getOrDefault(Object, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getValue() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 

H

hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
headMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
headMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
it.unimi.dsi.fastutil.bytes - package it.unimi.dsi.fastutil.bytes
 
iterator(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
The keys (valid up to Byte2ReferenceArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The index of the last entry in iteration order.
lastByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
lastByteKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns the last (highest) key currently in this map.
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
lastByteKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
lastEntry - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
link - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).

M

map - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Threshold after which we rehash.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceMap
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.Byte2ReferenceMaps.SynchronizedMap
 
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
merge(Byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(byte, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
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.Byte2ReferenceOpenHashMap
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.Byte2ReferenceLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
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.Byte2ReferenceRBTreeMap
The value of this variable remembers, after a put() or a remove(), whether the domain of the map has been modified.

N

n - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 

P

previousByte() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySetIterator
 
primitive(Function<? super Byte, ? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Byte, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.PrimitiveFunction
Deprecated.
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
put(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
put(Byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
put(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
putAndMoveToFirst(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
putIfAbsent(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.
putIfAbsent(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
If the specified key is not already associated with a value, associates it with the given value and returns the default return value, else returns the current value.

R

rehash(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte, Object) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
remove(byte, Object) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
removeFirst() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLast() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
replace(Byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(byte, V, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(byte, V) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Byte, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 

S

setValue(V) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceOpenCustomHashMap
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.Byte2ReferenceOpenHashMap
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.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
singleton(Byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
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.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(byte, V) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
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.Byte2ReferenceSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(byte, V, ByteComparator) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
Singleton(byte, V) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
The number of valid entries in Byte2ReferenceArrayMap.key and Byte2ReferenceArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Returns the hashing strategy.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
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.Byte2ReferenceRBTreeMap
 
subMap(byte, byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
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.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
subMap(Byte, Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(byte, byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
synchronize(Byte2ReferenceFunction<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Byte2ReferenceFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Byte2ReferenceMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Byte2ReferenceMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Byte2ReferenceSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Byte2ReferenceSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Byte2ReferenceFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
SynchronizedFunction(Byte2ReferenceFunction<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
SynchronizedMap(Byte2ReferenceMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
SynchronizedMap(Byte2ReferenceMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
SynchronizedSortedMap(Byte2ReferenceSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Byte2ReferenceSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 

T

tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
 
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
 
tailMap(byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Byte) - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
 
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
 
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
 
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 
tailMap(Byte) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(byte) - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Byte2ReferenceFunction<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Byte2ReferenceMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Byte2ReferenceSortedMap<? extends V>) - Static method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Byte2ReferenceFunction<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.UnmodifiableFunction
 
UnmodifiableMap(Byte2ReferenceMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Byte2ReferenceSortedMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
The values (parallel to Byte2ReferenceArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceMap
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.bytes.Byte2ReferenceRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.bytes.Byte2ReferenceSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Byte2ReferenceMap.Entry<V>>) - Constructor for class it.unimi.dsi.fastutil.bytes.AbstractByte2ReferenceSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links