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