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