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

A

AbstractObject2ByteFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractObject2ByteFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
 
AbstractObject2ByteMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractObject2ByteMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
AbstractObject2ByteMap.BasicEntry<K> - Class in it.unimi.dsi.fastutil.objects
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).
AbstractObject2ByteMap.BasicEntrySet<K> - Class in it.unimi.dsi.fastutil.objects
This class provides a basic implementation for an Entry set which forwards some queries to the map.
AbstractObject2ByteSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractObject2ByteSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap
 
AbstractObject2ByteSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractObject2ByteSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractObject2ByteSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractObject2ByteSortedMap.ValuesIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
actualComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
This map's actual comparator; it may differ from Object2ByteAVLTreeMap.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.objects.Object2ByteRBTreeMap
This map's actual comparator; it may differ from Object2ByteRBTreeMap.storedComparator because it is always a type-specific comparator, so it could be derived from the former by wrapping.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Adds an increment to value currently associated with a key.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntry(K, Byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntry(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
BasicEntrySet(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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.objects.Object2ByteLinkedOpenHashMap
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.objects.Object2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
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.objects.Object2ByteSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeByteIfAbsent(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfAbsentPartial(K, Object2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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(K, ToIntFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
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(K, Object2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
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(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
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(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
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(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
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(K, Object2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
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.
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Whether this map contains the key zero.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Number of entries in this map.

D

defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
defaultReturnValue() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
defaultReturnValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Sets the default return value (optional operation).
defaultReturnValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Gets the default return value.
defRetValue - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteFunction
The default return value for get(), put() and remove().

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Object2ByteMap.Entry<K>>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Object2ByteMap<K>, Consumer<? super Object2ByteMap.Entry<K>>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
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.objects.Object2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
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.objects.Object2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Object2ByteMap.Entry<K>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap.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(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
first - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The index of the first entry in iteration order.
first - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
The first key in this map.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
firstKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Modifies the Object2ByteLinkedOpenCustomHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Modifies the Object2ByteLinkedOpenCustomHashMap.link vector for a shift from s to d.
fixPointers(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Modifies the Object2ByteLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Modifies the Object2ByteLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super K, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super K, ? super Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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.
getAndMoveToLast(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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.
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
getByteValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
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 interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
The keys (valid up to Object2ByteArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Object2ByteMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The index of the last entry in iteration order.
last - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
The last key in this map.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
link - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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.objects.AbstractObject2ByteMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Threshold after which we rehash.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use merge() instead.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
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.objects.Object2ByteRBTreeMap
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.objects.Object2ByteLinkedOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesIterator
 

O

Object2ByteArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Object2ByteArrayMap(Object[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Object2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map.
Object2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map of given capacity.
Object2ByteArrayMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ByteArrayMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Object2ByteArrayMap(Object[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Object2ByteAVLTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific AVL tree map with a fast, small-footprint implementation.
Object2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new empty tree map.
Object2ByteAVLTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Object2ByteAVLTreeMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given map.
Object2ByteAVLTreeMap(SortedMap<K, Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteAVLTreeMap(Object2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given map.
Object2ByteAVLTreeMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteAVLTreeMap(K[], byte[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ByteAVLTreeMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
object2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns a type-specific set view of the mappings contained in this map.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
object2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
object2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
Object2ByteFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Object2ByteFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Object2ByteFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Object2ByteFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Object2ByteFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Object2ByteFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Object2ByteLinkedOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ByteLinkedOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map.
Object2ByteLinkedOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ByteLinkedOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteLinkedOpenCustomHashMap(Object2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteLinkedOpenCustomHashMap(Object2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteLinkedOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteLinkedOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Object2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map.
Object2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Object2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteLinkedOpenHashMap(Object2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteLinkedOpenHashMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteLinkedOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteLinkedOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Object2ByteMap.Entry<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ByteMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Object2ByteMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Object2ByteMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Object2ByteMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Object2ByteMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Object2ByteMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Object2ByteOpenCustomHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Object2ByteOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map.
Object2ByteOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Object2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteOpenCustomHashMap(Object2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteOpenCustomHashMap(Object2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Object2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map.
Object2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Object2ByteOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map copying a given one.
Object2ByteOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Object2ByteOpenHashMap(Object2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Object2ByteOpenHashMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Object2ByteOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Object2ByteOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Object2ByteRBTreeMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific red-black tree map with a fast, small-footprint implementation.
Object2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new empty tree map.
Object2ByteRBTreeMap(Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Object2ByteRBTreeMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given map.
Object2ByteRBTreeMap(SortedMap<K, Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteRBTreeMap(Object2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given map.
Object2ByteRBTreeMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Object2ByteRBTreeMap(K[], byte[], Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Object2ByteRBTreeMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Object2ByteSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Object2ByteSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Object2ByteSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Object2ByteSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Object2ByteSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Object2ByteSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Object2ByteSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.PrimitiveFunction
Deprecated.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putAndMoveToLast(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
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(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
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(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
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.objects.Object2ByteLinkedOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
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.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, Object) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the mapping associated with the first key in iteration order.
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Removes the mapping associated with the last key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 

S

setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
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.objects.Object2ByteLinkedOpenHashMap
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.objects.Object2ByteOpenCustomHashMap
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.objects.Object2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, Byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte, Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(K, byte, Comparator<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
The number of valid entries in Object2ByteArrayMap.key and Object2ByteArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns the hashing strategy.
strategy - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
synchronize(Object2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Object2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Object2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Object2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Object2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Object2ByteFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Object2ByteFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
SynchronizedMap(Object2ByteMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
SynchronizedMap(Object2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
SynchronizedSortedMap(Object2ByteSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
 
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Object2ByteFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Object2ByteMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Object2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Object2ByteFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.UnmodifiableFunction
 
UnmodifiableMap(Object2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Object2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Object2ByteSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
The values (parallel to Object2ByteArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteMap
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Object2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.objects.Object2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Object2ByteMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractObject2ByteSortedMap.ValuesIterator
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links