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

A

AbstractReference2ByteFunction<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for functions implementing a type-specific interface.
AbstractReference2ByteFunction() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteFunction
 
AbstractReference2ByteMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractReference2ByteMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
AbstractReference2ByteMap.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).
AbstractReference2ByteMap.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.
AbstractReference2ByteSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
AbstractReference2ByteSortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap
 
AbstractReference2ByteSortedMap.KeySet - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the keys of a map.
AbstractReference2ByteSortedMap.KeySetIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on keys.
AbstractReference2ByteSortedMap.ValuesCollection - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting the values of a map.
AbstractReference2ByteSortedMap.ValuesIterator<K> - Class in it.unimi.dsi.fastutil.objects
A wrapper exhibiting a map iterator as an iterator on values.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Adds an increment to value currently associated with a key.
addTo(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Adds an increment to value currently associated with a key.
apply(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
applyAsInt(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 

B

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

C

clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Returns a deep copy of this map.
comparator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
comparator() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
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.Reference2ByteSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
compute(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMaps.SynchronizedMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeByte(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfAbsentPartial(K, Reference2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMaps.SynchronizedMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeByteIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteLinkedOpenHashMap
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, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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, Reference2ByteFunction<? super K>) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
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.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, Function<? super K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
computeIfAbsent(K, ToIntFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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, Reference2ByteFunction<? super K>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
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.Reference2ByteMaps.SynchronizedMap
 
computeIfPresent(K, BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
contains(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Whether this map contains the key zero.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an empty map (immutable).
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
emptyMap() - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns an empty sorted map (immutable).
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Cached set of entries.
entryComparator(Comparator<? super K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 

F

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

G

get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(Object) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getAndMoveToFirst(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteLinkedOpenHashMap
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.Reference2ByteArrayMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
getByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
getByteValue() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
Deprecated.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
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.Reference2ByteSortedMaps.EmptySortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
headMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
headSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
it.unimi.dsi.fastutil.objects - package it.unimi.dsi.fastutil.objects
 
iterator(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
The keys (valid up to Reference2ByteArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 

L

last() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
last - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
The index of the last entry in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
lastKey() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.AbstractReference2ByteMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Threshold after which we rehash.
merge(K, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMap
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.Reference2ByteMaps.SynchronizedMap
 
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.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.Reference2ByteMaps.UnmodifiableMap
 
merge(K, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.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.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMap
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.Reference2ByteMap
Deprecated.
Please use merge() instead.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.

N

n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
The current table size.
next() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 
nextByte() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesIterator
 

P

previous() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySetIterator
 
primitive(Function<? super K, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
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.Reference2ByteFunctions.PrimitiveFunction
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.PrimitiveFunction
Deprecated.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
put(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
put(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
put(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
putAll(Map<? extends K, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
putAndMoveToFirst(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteLinkedOpenHashMap
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.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
putIfAbsent(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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

Reference2ByteArrayMap<K> - Class in it.unimi.dsi.fastutil.objects
A simple, brute-force implementation of a map based on two parallel backing arrays.
Reference2ByteArrayMap(Object[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Reference2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map.
Reference2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map of given capacity.
Reference2ByteArrayMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ByteArrayMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Reference2ByteArrayMap(Object[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
reference2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns a type-specific set view of the mappings contained in this map.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
reference2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.EmptySortedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
reference2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
Reference2ByteFunctions - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific functions.
Reference2ByteFunctions.EmptyFunction<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific function.
Reference2ByteFunctions.PrimitiveFunction<K> - Class in it.unimi.dsi.fastutil.objects
An adapter for mapping generic total functions to partial primitive functions.
Reference2ByteFunctions.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton function.
Reference2ByteFunctions.SynchronizedFunction<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for functions.
Reference2ByteFunctions.UnmodifiableFunction<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for functions.
Reference2ByteLinkedOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific linked hash map with with a fast, small-footprint implementation.
Reference2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map.
Reference2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Reference2ByteLinkedOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteLinkedOpenHashMap(Reference2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteLinkedOpenHashMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteLinkedOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteLinkedOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteMap<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.
Reference2ByteMap.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.
Reference2ByteMap.FastEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
An entry set providing fast iteration.
Reference2ByteMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific maps.
Reference2ByteMaps.EmptyMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific map.
Reference2ByteMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton map.
Reference2ByteMaps.SynchronizedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for maps.
Reference2ByteMaps.UnmodifiableMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for maps.
Reference2ByteOpenCustomHashMap<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.
Reference2ByteOpenCustomHashMap(int, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map.
Reference2ByteOpenCustomHashMap(int, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenCustomHashMap(Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Reference2ByteOpenCustomHashMap(Map<? extends K, ? extends Byte>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteOpenCustomHashMap(Reference2ByteMap<K>, float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteOpenCustomHashMap(Reference2ByteMap<K>, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteOpenCustomHashMap(K[], byte[], float, Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteOpenCustomHashMap(K[], byte[], Hash.Strategy<? super K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteOpenHashMap<K> - Class in it.unimi.dsi.fastutil.objects
A type-specific hash map with a fast, small-footprint implementation.
Reference2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map.
Reference2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Reference2ByteOpenHashMap(Map<? extends K, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map copying a given one.
Reference2ByteOpenHashMap(Map<? extends K, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Reference2ByteOpenHashMap(Reference2ByteMap<K>, float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Reference2ByteOpenHashMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Reference2ByteOpenHashMap(K[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Reference2ByteOpenHashMap(K[], byte[]) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Reference2ByteSortedMap<K> - Interface in it.unimi.dsi.fastutil.objects
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Reference2ByteSortedMap.FastSortedEntrySet<K> - Interface in it.unimi.dsi.fastutil.objects
A sorted entry set providing fast iteration.
Reference2ByteSortedMaps - Class in it.unimi.dsi.fastutil.objects
A class providing static methods and objects that do useful things with type-specific sorted maps.
Reference2ByteSortedMaps.EmptySortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing an empty type-specific sorted map.
Reference2ByteSortedMaps.Singleton<K> - Class in it.unimi.dsi.fastutil.objects
An immutable class representing a type-specific singleton sorted map.
Reference2ByteSortedMaps.SynchronizedSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
A synchronized wrapper class for sorted maps.
Reference2ByteSortedMaps.UnmodifiableSortedMap<K> - Class in it.unimi.dsi.fastutil.objects
An unmodifiable wrapper class for sorted maps.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
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.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(Object, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteArrayMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
removeByte(Object) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
removeFirstByte() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteLinkedOpenHashMap
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.Reference2ByteMap
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.Reference2ByteMap
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.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
replace(K, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, Byte, Byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(K, byte, byte) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super K, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 

S

setValue(byte) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
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.Reference2ByteOpenCustomHashMap
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.Reference2ByteOpenHashMap
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.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
singleton(K, Byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
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.Reference2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(K, byte) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
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.Reference2ByteSortedMaps
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.Reference2ByteSortedMaps.Singleton
 
Singleton(K, byte) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
The number of valid entries in Reference2ByteArrayMap.key and Reference2ByteArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntrySet
 
strategy - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Returns the hashing strategy.
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
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.Reference2ByteSortedMaps.EmptySortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
subMap(K, K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
subSet(K, K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
synchronize(Reference2ByteFunction<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Reference2ByteFunction<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Reference2ByteMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Reference2ByteMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Reference2ByteSortedMap<K>, Object) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Reference2ByteFunction<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Reference2ByteFunction<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
SynchronizedMap(Reference2ByteMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
SynchronizedMap(Reference2ByteMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
SynchronizedSortedMap(Reference2ByteSortedMap<K>, Object) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Reference2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 

T

tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
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.Reference2ByteSortedMaps.EmptySortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.Singleton
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(K) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 
tailSet(K) - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Reference2ByteFunction<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Reference2ByteMap<? extends K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Reference2ByteSortedMap<K>) - Static method in class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Reference2ByteFunction<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.UnmodifiableFunction
 
UnmodifiableMap(Reference2ByteMap<? extends K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Reference2ByteSortedMap<K>) - Constructor for class it.unimi.dsi.fastutil.objects.Reference2ByteSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
The values (parallel to Reference2ByteArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteMap
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.objects.Reference2ByteOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.objects.Reference2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Reference2ByteMap.Entry<K>>) - Constructor for class it.unimi.dsi.fastutil.objects.AbstractReference2ByteSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links