- clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.ValuesCollection
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.UnmodifiableFunction
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
- clear() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
- clear() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Returns a deep copy of this tree map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.EmptyMap
-
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Returns a deep copy of this map.
- clone() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Returns a deep copy of this tree map.
- comparator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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.Long2ObjectRBTreeMap
-
- comparator() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
-
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.Long2ObjectSortedMaps.EmptySortedMap
-
- comparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- comparator() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- compute(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- compute(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
- computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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, Long2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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, LongFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
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, Long2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
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, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(long, Long2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(long, Long2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(Long, Function<? super Long, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- computeIfAbsent(long, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
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, Long2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
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, LongFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
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, Long2ObjectFunction<? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
If the specified key is not already associated with a value, attempts to compute its value
using the given mapping function and enters it into this map, unless the key is not present
in the given mapping function.
- computeIfAbsentPartial(long, Long2ObjectFunction<? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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 V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(Long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- computeIfPresent(long, BiFunction<? super Long, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
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 V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
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.AbstractLong2ObjectMap.BasicEntrySet
-
- contains(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- contains(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.ValuesCollection
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.PrimitiveFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.PrimitiveFunction
-
Deprecated.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- containsKey(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
Deprecated.
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.UnmodifiableFunction
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
- containsKey(long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
Returns true if this function contains a mapping for the specified key.
- containsKey(Object) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
- containsKey(long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Whether this map contains the key zero.
- containsNullKey - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Whether this map contains the key zero.
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.EmptyMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.Singleton
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
- containsValue(Object) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- count - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Number of entries in this map.
- count - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Number of entries in this map.
- last - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
The index of the last entry in iteration order.
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
The last key in this map.
- lastEntry - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
The last key in this map.
- lastKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- lastKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- lastLong() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Returns the last key of this map in iteration order.
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- lastLongKey() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
-
Returns the last (highest) key currently in this map.
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- lastLongKey() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- link - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
For each entry, the next and the previous entry in iteration order,
stored as ((prev & 0xFFFFFFFFL) << 32) | (next & 0xFFFFFFFFL).
- Long2ObjectArrayMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A simple, brute-force implementation of a map based on two parallel backing arrays.
- Long2ObjectArrayMap(long[], Object[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new empty array map with given key and value backing arrays.
- Long2ObjectArrayMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new empty array map.
- Long2ObjectArrayMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new empty array map of given capacity.
- Long2ObjectArrayMap(Long2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Long2ObjectArrayMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new empty array map copying the entries of a given map.
- Long2ObjectArrayMap(long[], Object[], int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
Creates a new array map with given key and value backing arrays, using the given number of elements.
- Long2ObjectAVLTreeMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A type-specific AVL tree map with a fast, small-footprint implementation.
- Long2ObjectAVLTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new empty tree map.
- Long2ObjectAVLTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new empty tree map with the given comparator.
- Long2ObjectAVLTreeMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Long2ObjectAVLTreeMap(SortedMap<Long, V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2ObjectAVLTreeMap(Long2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map copying a given map.
- Long2ObjectAVLTreeMap(Long2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2ObjectAVLTreeMap(long[], V[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Long2ObjectAVLTreeMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
- long2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
Returns a type-specific set view of the mappings contained in this map.
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.EmptyMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.Singleton
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- long2ObjectEntrySet() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
-
Returns a type-specific sorted-set view of the mappings contained in this map.
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- long2ObjectEntrySet() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- Long2ObjectFunctions - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific functions.
- Long2ObjectFunctions.EmptyFunction<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific function.
- Long2ObjectFunctions.PrimitiveFunction<V> - Class in it.unimi.dsi.fastutil.longs
-
An adapter for mapping generic total functions to partial primitive functions.
- Long2ObjectFunctions.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton function.
- Long2ObjectFunctions.SynchronizedFunction<V> - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for functions.
- Long2ObjectFunctions.UnmodifiableFunction<V> - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for functions.
- Long2ObjectLinkedOpenHashMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A type-specific linked hash map with with a fast, small-footprint implementation.
- Long2ObjectLinkedOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map.
- Long2ObjectLinkedOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectLinkedOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectLinkedOpenHashMap(Map<? extends Long, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given one.
- Long2ObjectLinkedOpenHashMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2ObjectLinkedOpenHashMap(Long2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2ObjectLinkedOpenHashMap(Long2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2ObjectLinkedOpenHashMap(long[], V[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2ObjectLinkedOpenHashMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2ObjectMap<V> - 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.
- Long2ObjectMap.Entry<V> - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
- Long2ObjectMap.FastEntrySet<V> - Interface in it.unimi.dsi.fastutil.longs
-
An entry set providing fast iteration.
- Long2ObjectMaps - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific maps.
- Long2ObjectMaps.EmptyMap<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific map.
- Long2ObjectMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton map.
- Long2ObjectMaps.SynchronizedMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for maps.
- Long2ObjectMaps.UnmodifiableMap<V> - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for maps.
- Long2ObjectOpenCustomHashMap<V> - 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.
- Long2ObjectOpenCustomHashMap(int, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map.
- Long2ObjectOpenCustomHashMap(int, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectOpenCustomHashMap(LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectOpenCustomHashMap(Map<? extends Long, ? extends V>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given one.
- Long2ObjectOpenCustomHashMap(Map<? extends Long, ? extends V>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2ObjectOpenCustomHashMap(Long2ObjectMap<V>, float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2ObjectOpenCustomHashMap(Long2ObjectMap<V>, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2ObjectOpenCustomHashMap(long[], V[], float, LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2ObjectOpenCustomHashMap(long[], V[], LongHash.Strategy) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2ObjectOpenHashMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A type-specific hash map with a fast, small-footprint implementation.
- Long2ObjectOpenHashMap(int, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map.
- Long2ObjectOpenHashMap(int) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectOpenHashMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries
and Hash.DEFAULT_LOAD_FACTOR as load factor.
- Long2ObjectOpenHashMap(Map<? extends Long, ? extends V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map copying a given one.
- Long2ObjectOpenHashMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given one.
- Long2ObjectOpenHashMap(Long2ObjectMap<V>, float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map copying a given type-specific one.
- Long2ObjectOpenHashMap(Long2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one.
- Long2ObjectOpenHashMap(long[], V[], float) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map using the elements of two parallel arrays.
- Long2ObjectOpenHashMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
- Long2ObjectRBTreeMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A type-specific red-black tree map with a fast, small-footprint implementation.
- Long2ObjectRBTreeMap() - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new empty tree map.
- Long2ObjectRBTreeMap(Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new empty tree map with the given comparator.
- Long2ObjectRBTreeMap(Map<? extends Long, ? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Long2ObjectRBTreeMap(SortedMap<Long, V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2ObjectRBTreeMap(Long2ObjectMap<? extends V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map copying a given map.
- Long2ObjectRBTreeMap(Long2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map copying a given sorted map (and its Comparator).
- Long2ObjectRBTreeMap(long[], V[], Comparator<? super Long>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays and the given comparator.
- Long2ObjectRBTreeMap(long[], V[]) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
Creates a new tree map using the elements of two parallel arrays.
- Long2ObjectSortedMap<V> - Interface in it.unimi.dsi.fastutil.longs
-
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.
- Long2ObjectSortedMap.FastSortedEntrySet<V> - Interface in it.unimi.dsi.fastutil.longs
-
A sorted entry set providing fast iteration.
- Long2ObjectSortedMaps - Class in it.unimi.dsi.fastutil.longs
-
A class providing static methods and objects that do useful things with type-specific sorted maps.
- Long2ObjectSortedMaps.EmptySortedMap<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing an empty type-specific sorted map.
- Long2ObjectSortedMaps.Singleton<V> - Class in it.unimi.dsi.fastutil.longs
-
An immutable class representing a type-specific singleton sorted map.
- Long2ObjectSortedMaps.SynchronizedSortedMap<V> - Class in it.unimi.dsi.fastutil.longs
-
A synchronized wrapper class for sorted maps.
- Long2ObjectSortedMaps.UnmodifiableSortedMap<V> - Class in it.unimi.dsi.fastutil.longs
-
An unmodifiable wrapper class for sorted maps.
- map - Variable in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap.BasicEntrySet
-
- map - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- map - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
The mask for wrapping a position counter.
- mask - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
The mask for wrapping a position counter.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Threshold after which we rehash.
- maxFill - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Threshold after which we rehash.
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- merge(Long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.UnmodifiableMap
-
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
If the specified key is not already associated with a value, associates it with the given value.
- merge(long, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
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.Long2ObjectLinkedOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- minN - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
We never resize below this threshold, which is the construction-time {#n}.
- modified - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
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.Long2ObjectRBTreeMap
-
The value of this variable remembers, after a put()
or a remove(), whether the domain of the map
has been modified.
- setValue(V) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap.BasicEntry
-
- shiftKeys(int) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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.Long2ObjectOpenCustomHashMap
-
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.Long2ObjectOpenHashMap
-
Shifts left entries with the specified hash code, starting at the specified position,
and empties the resulting free entry.
- singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
-
Returns a type-specific immutable function containing only the specified pair.
- Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
-
- singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
-
Returns a type-specific immutable map containing only the specified pair.
- Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.Singleton
-
- singleton(Long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(Long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(long, V) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- singleton(long, V, LongComparator) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a type-specific immutable sorted map containing only the specified pair.
- Singleton(long, V, LongComparator) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- Singleton(long, V) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap.BasicEntrySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- size() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.ValuesCollection
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectArrayMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.EmptyFunction
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.Singleton
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.UnmodifiableFunction
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
- size() - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectMap
-
Returns the number of key/value mappings in this map.
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
- size - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
Number of entries in the set (including the key zero, if present).
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
-
- size() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- sortedMap - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- spliterator() - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectMap.BasicEntrySet
-
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
This map's comparator, as provided in the constructor.
- storedComparator - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectRBTreeMap
-
This map's comparator, as provided in the constructor.
- strategy - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
The hash strategy of this custom map.
- strategy() - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectOpenCustomHashMap
-
Returns the hashing strategy.
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectAVLTreeMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
-
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.Long2ObjectRBTreeMap
-
- subMap(long, long) - Method in interface it.unimi.dsi.fastutil.longs.Long2ObjectSortedMap
-
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.Long2ObjectSortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.EmptySortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.Singleton
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- subMap(long, long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- subMap(Long, Long) - Method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.UnmodifiableSortedMap
-
- subSet(long, long) - Method in class it.unimi.dsi.fastutil.longs.AbstractLong2ObjectSortedMap.KeySet
-
- sync - Variable in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- synchronize(Long2ObjectFunction<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function.
- synchronize(Long2ObjectFunction<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions
-
Returns a synchronized type-specific function backed by the given type-specific function, using an assigned object to synchronize.
- synchronize(Long2ObjectMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map.
- synchronize(Long2ObjectMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectMaps
-
Returns a synchronized type-specific map backed by the given type-specific map, using an assigned object to synchronize.
- synchronize(Long2ObjectSortedMap<V>) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
- synchronize(Long2ObjectSortedMap<V>, Object) - Static method in class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps
-
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
- SynchronizedFunction(Long2ObjectFunction<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- SynchronizedFunction(Long2ObjectFunction<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectFunctions.SynchronizedFunction
-
- SynchronizedMap(Long2ObjectMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- SynchronizedMap(Long2ObjectMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectMaps.SynchronizedMap
-
- SynchronizedSortedMap(Long2ObjectSortedMap<V>, Object) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-
- SynchronizedSortedMap(Long2ObjectSortedMap<V>) - Constructor for class it.unimi.dsi.fastutil.longs.Long2ObjectSortedMaps.SynchronizedSortedMap
-