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

A

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

B

BasicEntry() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntry(Long, Byte) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntry(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
BasicEntrySet(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 

C

clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a deep copy of this tree map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Returns a deep copy of this map.
clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a deep copy of this tree map.
comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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.longs.Long2ByteRBTreeMap
 
comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
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.longs.Long2ByteSortedMaps.EmptySortedMap
 
comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
compute(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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(long, LongToIntFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
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(long, Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
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(Long, Function<? super Long, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsent(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsent(Long, Function<? super Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfAbsent(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
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(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
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(long, LongToIntFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
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(long, Long2ByteFunction) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map, unless the key is not present in the given mapping function.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentNullable(long, LongFunction<? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless it is null.
computeIfAbsentPartial(long, Long2ByteFunction) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use computeIfAbsent() instead.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
computeIfPresent(Long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(long, BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
contains(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns true if this function contains a mapping for the specified key.
containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Whether this map contains the key zero.
containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Whether this map contains the key zero.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
containsValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
containsValue(byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Number of entries in this map.
count - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Number of entries in this map.

D

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

E

EMPTY_FUNCTION - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
An empty type-specific function (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
An empty type-specific map (immutable).
EMPTY_MAP - Static variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
An empty sorted map (immutable).
EmptyFunction() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
EmptyMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
EmptySortedMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Ensures that this map can hold a certain number of keys without rehashing.
ensureCapacity(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Ensures that this map can hold a certain number of keys without rehashing.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Cached set of entries.
entries - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Cached set of entries.
entryComparator(LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a comparator for entries based on a given comparator on keys.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
entrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
equals(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 

F

f - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The acceptable load factor.
f - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
The acceptable load factor.
fastForEach(Consumer<? super Long2ByteMap.Entry>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.FastEntrySet
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
fastForEach(Long2ByteMap, Consumer<? super Long2ByteMap.Entry>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Iterates quickly, if possible, on the entry set of the provided map.
fastIterable(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns an iterable yielding an iterator that will be fast, if possible, on the entry set of the provided map.
fastIterable(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
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.longs.Long2ByteMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
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.longs.Long2ByteSortedMap.FastSortedEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
fastIterator(Long2ByteMap.Entry) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap.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(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a bidirectional iterator that will be fast, if possible, on the entry set of the provided map.
first - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The index of the first entry in iteration order.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
The first key in this map.
firstEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
The first key in this map.
firstKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
firstLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the first key of this map in iteration order.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
firstLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns the first (lowest) key currently in this map.
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
firstLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
fixPointers(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Modifies the Long2ByteLinkedOpenHashMap.link vector so that the given entry is removed.
fixPointers(int, int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Modifies the Long2ByteLinkedOpenHashMap.link vector for a shift from s to d.
forEach(BiConsumer<? super Long, ? super Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
forEach(BiConsumer<? super Long, ? super Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
function - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 

G

get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
get(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
get(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
get(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
getAndMoveToFirst(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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.
getByteValue() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
getByteValue() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Returns the value corresponding to this entry.
getKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
getLongKey() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
getLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Returns the key corresponding to this entry.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
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.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
Deprecated.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
getOrDefault(Object, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns the value to which the specified key is mapped, or the defaultValue if this map contains no mapping for the key.
getOrDefault(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
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.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.

H

hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns a hash code for this map.
hashCode() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Returns a hash code for this map.
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 
hasNext() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesIterator
 
hasPrevious() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
headMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
headMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
headSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 

I

i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 
i - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesIterator
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
isEmpty() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
it.unimi.dsi.fastutil.longs - package it.unimi.dsi.fastutil.longs
 
iterator(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
iterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 

K

key - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
The keys (valid up to Long2ByteArrayMap.size, excluded).
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The array of keys.
key - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
The array of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Cached set of keys.
keys - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Cached set of keys.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap
Returns a type-specific-set view of the keys of this map.
KeySet() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a type-specific sorted set view of the keys contained in this map.
keySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific sorted-set view of the keys contained in this map.
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
keySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
KeySetIterator(ObjectBidirectionalIterator<Long2ByteMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 

L

last - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The index of the last entry in iteration order.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
The last key in this map.
lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
The last key in this map.
lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns the last key of this map in iteration order.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns the last (highest) key currently in this map.
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
link - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
For each entry, the next and the previous entry in iteration order, stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
Long2ByteArrayMap - Class in it.unimi.dsi.fastutil.longs
A simple, brute-force implementation of a map based on two parallel backing arrays.
Long2ByteArrayMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map with given key and value backing arrays.
Long2ByteArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map.
Long2ByteArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map of given capacity.
Long2ByteArrayMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ByteArrayMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new empty array map copying the entries of a given map.
Long2ByteArrayMap(long[], byte[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Creates a new array map with given key and value backing arrays, using the given number of elements.
Long2ByteAVLTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific AVL tree map with a fast, small-footprint implementation.
Long2ByteAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new empty tree map.
Long2ByteAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new empty tree map with the given comparator.
Long2ByteAVLTreeMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given map.
Long2ByteAVLTreeMap(SortedMap<Long, Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteAVLTreeMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given map.
Long2ByteAVLTreeMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteAVLTreeMap(long[], byte[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ByteAVLTreeMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Creates a new tree map using the elements of two parallel arrays.
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
long2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns a type-specific set view of the mappings contained in this map.
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
long2ByteEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific sorted-set view of the mappings contained in this map.
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
long2ByteEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
Long2ByteFunctions - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific functions.
Long2ByteFunctions.EmptyFunction - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific function.
Long2ByteFunctions.PrimitiveFunction - Class in it.unimi.dsi.fastutil.longs
An adapter for mapping generic total functions to partial primitive functions.
Long2ByteFunctions.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton function.
Long2ByteFunctions.SynchronizedFunction - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for functions.
Long2ByteFunctions.UnmodifiableFunction - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for functions.
Long2ByteLinkedOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific linked hash map with with a fast, small-footprint implementation.
Long2ByteLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map.
Long2ByteLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteLinkedOpenHashMap(Map<? extends Long, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map copying a given one.
Long2ByteLinkedOpenHashMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteLinkedOpenHashMap(Long2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteLinkedOpenHashMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteLinkedOpenHashMap(long[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteLinkedOpenHashMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2ByteMap.Entry - Interface in it.unimi.dsi.fastutil.longs
A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ByteMap.FastEntrySet - Interface in it.unimi.dsi.fastutil.longs
An entry set providing fast iteration.
Long2ByteMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific maps.
Long2ByteMaps.EmptyMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific map.
Long2ByteMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton map.
Long2ByteMaps.SynchronizedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for maps.
Long2ByteMaps.UnmodifiableMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for maps.
Long2ByteOpenCustomHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
Long2ByteOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map.
Long2ByteOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenCustomHashMap(Map<? extends Long, ? extends Byte>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map copying a given one.
Long2ByteOpenCustomHashMap(Map<? extends Long, ? extends Byte>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteOpenCustomHashMap(Long2ByteMap, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteOpenCustomHashMap(Long2ByteMap, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteOpenCustomHashMap(long[], byte[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteOpenCustomHashMap(long[], byte[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteOpenHashMap - Class in it.unimi.dsi.fastutil.longs
A type-specific hash map with a fast, small-footprint implementation.
Long2ByteOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map.
Long2ByteOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ByteOpenHashMap(Map<? extends Long, ? extends Byte>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map copying a given one.
Long2ByteOpenHashMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
Long2ByteOpenHashMap(Long2ByteMap, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map copying a given type-specific one.
Long2ByteOpenHashMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
Long2ByteOpenHashMap(long[], byte[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ByteOpenHashMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
Long2ByteRBTreeMap - Class in it.unimi.dsi.fastutil.longs
A type-specific red-black tree map with a fast, small-footprint implementation.
Long2ByteRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new empty tree map.
Long2ByteRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new empty tree map with the given comparator.
Long2ByteRBTreeMap(Map<? extends Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given map.
Long2ByteRBTreeMap(SortedMap<Long, Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteRBTreeMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given map.
Long2ByteRBTreeMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map copying a given sorted map (and its Comparator).
Long2ByteRBTreeMap(long[], byte[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays and the given comparator.
Long2ByteRBTreeMap(long[], byte[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Creates a new tree map using the elements of two parallel arrays.
Long2ByteSortedMap - Interface in it.unimi.dsi.fastutil.longs
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
Long2ByteSortedMap.FastSortedEntrySet - Interface in it.unimi.dsi.fastutil.longs
A sorted entry set providing fast iteration.
Long2ByteSortedMaps - Class in it.unimi.dsi.fastutil.longs
A class providing static methods and objects that do useful things with type-specific sorted maps.
Long2ByteSortedMaps.EmptySortedMap - Class in it.unimi.dsi.fastutil.longs
An immutable class representing an empty type-specific sorted map.
Long2ByteSortedMaps.Singleton - Class in it.unimi.dsi.fastutil.longs
An immutable class representing a type-specific singleton sorted map.
Long2ByteSortedMaps.SynchronizedSortedMap - Class in it.unimi.dsi.fastutil.longs
A synchronized wrapper class for sorted maps.
Long2ByteSortedMaps.UnmodifiableSortedMap - Class in it.unimi.dsi.fastutil.longs
An unmodifiable wrapper class for sorted maps.

M

map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
map - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The mask for wrapping a position counter.
mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
The mask for wrapping a position counter.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Threshold after which we rehash.
maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Threshold after which we rehash.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
merge(Long, Byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
If the specified key is not already associated with a value, associates it with the given value.
merge(long, byte, BiFunction<? super Byte, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(long, byte, ByteBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
mergeByte(long, byte, IntBinaryOperator) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
If the specified key is not already associated with a value, associates it with the given value.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
We never resize below this threshold, which is the construction-time {#n}.
minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
We never resize below this threshold, which is the construction-time {#n}.
modified - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
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.longs.Long2ByteRBTreeMap
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.longs.Long2ByteLinkedOpenHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The current table size.
n - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
The current table size.
nextByte() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesIterator
 
nextLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 

P

previousLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySetIterator
 
primitive(Function<? super Long, ? extends Byte>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a (partial) type-specific function based on the given total generic function.
PrimitiveFunction(Function<? super Long, ? extends Byte>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.PrimitiveFunction
Deprecated.
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
put(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
put(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
put(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
putAll(Map<? extends Long, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
putAndMoveToFirst(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the first position of the iteration order.
putAndMoveToLast(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Adds a pair to the map; if the key is already present, it is moved to the last position of the iteration order.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
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(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
putIfAbsent(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
putIfAbsent(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
putIfAbsent(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
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(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
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.longs.Long2ByteLinkedOpenHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Rehashes the map.
rehash(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Rehashes the map.
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
remove(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
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.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
remove(Object, Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
remove(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
removeFirstByte() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Removes the mapping associated with the first key in iteration order.
removeLastByte() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Removes the mapping associated with the last key in iteration order.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(Long, Byte, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replace(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
replace(Long, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(Long, Byte, Byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
Deprecated.
Please use the corresponding type-specific method instead.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(long, byte, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(long, byte) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Replaces the entry for the specified key only if it is currently mapped to some value.
replaceAll(BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
replaceAll(BiFunction<? super Long, ? super Byte, ? extends Byte>) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 

S

setValue(byte) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
setValue(byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(Byte) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry
Deprecated.
Please use the corresponding type-specific method instead.
shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
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.longs.Long2ByteOpenCustomHashMap
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.longs.Long2ByteOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a type-specific immutable function containing only the specified pair.
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a type-specific immutable map containing only the specified pair.
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
singleton(Long, Byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(Long, Byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
singleton(long, byte, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a type-specific immutable sorted map containing only the specified pair.
Singleton(long, byte, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
Singleton(long, byte) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
The number of valid entries in Long2ByteArrayMap.key and Long2ByteArrayMap.value.
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
Returns the number of key/value mappings in this map.
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
size - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Number of entries in the set (including the key zero, if present).
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
size() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntrySet
 
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
This map's comparator, as provided in the constructor.
storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
This map's comparator, as provided in the constructor.
strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The hash strategy of this custom map.
strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Returns the hashing strategy.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Long, Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
synchronize(Long2ByteFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function.
synchronize(Long2ByteFunction, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
synchronize(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map.
synchronize(Long2ByteMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
synchronize(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
synchronize(Long2ByteSortedMap, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
SynchronizedFunction(Long2ByteFunction, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
SynchronizedFunction(Long2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
SynchronizedMap(Long2ByteMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
SynchronizedMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
SynchronizedSortedMap(Long2ByteSortedMap, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
SynchronizedSortedMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 

T

tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
 
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
 
tailMap(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
tailMap(Long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.EmptySortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.Singleton
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.SynchronizedSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailMap(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 
tailMap(Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
Deprecated.
Please use the corresponding type-specific method instead.
tailSet(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.KeySet
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
toString() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.EmptyFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.SynchronizedFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
toString() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
A reference to the root entry.
tree - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
A reference to the root entry.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Rehashes this map if the table is too large.
trim() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Rehashes this map if the table is too large.

U

unmodifiable(Long2ByteFunction) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions
Returns an unmodifiable type-specific function backed by the given type-specific function.
unmodifiable(Long2ByteMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps
Returns an unmodifiable type-specific map backed by the given type-specific map.
unmodifiable(Long2ByteSortedMap) - Static method in class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
UnmodifiableFunction(Long2ByteFunction) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.UnmodifiableFunction
 
UnmodifiableMap(Long2ByteMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
UnmodifiableSortedMap(Long2ByteSortedMap) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ByteSortedMaps.UnmodifiableSortedMap
 

V

value - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap.BasicEntry
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
The values (parallel to Long2ByteArrayMap.key).
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteFunctions.Singleton
 
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
The array of values.
value - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
The array of values.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteMap
Returns a type-specific-set view of the values of this map.
values() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap
Returns a type-specific-set view of the values of this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteArrayMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteAVLTreeMap
Returns a type-specific collection view of the values contained in this map.
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteLinkedOpenHashMap
 
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteMap
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.EmptyMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.Singleton
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.SynchronizedMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteMaps.UnmodifiableMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenCustomHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteOpenHashMap
 
values - Variable in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Cached collection of values.
values() - Method in class it.unimi.dsi.fastutil.longs.Long2ByteRBTreeMap
Returns a type-specific collection view of the values contained in this map.
values() - Method in interface it.unimi.dsi.fastutil.longs.Long2ByteSortedMap
Returns a type-specific set view of the values contained in this map.
ValuesCollection() - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesCollection
 
ValuesIterator(ObjectBidirectionalIterator<Long2ByteMap.Entry>) - Constructor for class it.unimi.dsi.fastutil.longs.AbstractLong2ByteSortedMap.ValuesIterator
 
A B C D E F G H I K L M N P R S T U V 
Skip navigation links