public interface Long2ShortConcurrentMap extends java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>, Long2ShortMap
Long2ShortMap.BuilderCache, Long2ShortMap.Entry, Long2ShortMap.FastEntrySet, Long2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
default java.lang.Short |
compute(java.lang.Long key,
java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfAbsent(java.lang.Long key,
java.util.function.Function<? super java.lang.Long,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfPresent(java.lang.Long key,
java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default void |
forEach(java.util.function.BiConsumer<? super java.lang.Long,? super java.lang.Short> action)
Deprecated.
|
default java.lang.Short |
getOrDefault(java.lang.Object key,
java.lang.Short defaultValue)
Deprecated.
|
default java.lang.Short |
merge(java.lang.Long key,
java.lang.Short value,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
putIfAbsent(java.lang.Long key,
java.lang.Short value)
Deprecated.
|
default boolean |
remove(java.lang.Object key,
java.lang.Object value)
Deprecated.
|
default java.lang.Short |
replace(java.lang.Long key,
java.lang.Short value)
Deprecated.
|
default boolean |
replace(java.lang.Long key,
java.lang.Short oldValue,
java.lang.Short newValue)
Deprecated.
|
default void |
replaceAll(java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
addTo, addToAll, applyAsShort, builder, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, copy, entrySet, forEach, get, get, getDefaultReturnValue, getOrDefault, keySet, long2ShortEntrySet, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, remove, remove, remove, removeOrDefault, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsent, synchronize, synchronize, unmodifiable, values@Deprecated
default java.lang.Short compute(java.lang.Long key,
java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
compute in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>compute in interface Long2ShortMapcompute in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short computeIfAbsent(java.lang.Long key,
java.util.function.Function<? super java.lang.Long,? extends java.lang.Short> mappingFunction)
computeIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>computeIfAbsent in interface Long2ShortMapcomputeIfAbsent in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short computeIfPresent(java.lang.Long key,
java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
computeIfPresent in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>computeIfPresent in interface Long2ShortMapcomputeIfPresent in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated default void forEach(java.util.function.BiConsumer<? super java.lang.Long,? super java.lang.Short> action)
forEach in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>forEach in interface Long2ShortMapforEach in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short merge(java.lang.Long key,
java.lang.Short value,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
merge in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>merge in interface Long2ShortMapmerge in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short getOrDefault(java.lang.Object key,
java.lang.Short defaultValue)
getOrDefault in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>getOrDefault in interface Long2ShortMapgetOrDefault in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short putIfAbsent(java.lang.Long key,
java.lang.Short value)
putIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>putIfAbsent in interface Long2ShortMapputIfAbsent in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default boolean remove(java.lang.Object key,
java.lang.Object value)
remove in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>remove in interface Long2ShortMapremove in interface java.util.Map<java.lang.Long,java.lang.Short>key - the element that should be removedvalue - the expected value that should be foundMap.remove(Object, Object)@Deprecated
default boolean replace(java.lang.Long key,
java.lang.Short oldValue,
java.lang.Short newValue)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>replace in interface Long2ShortMapreplace in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated
default java.lang.Short replace(java.lang.Long key,
java.lang.Short value)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>replace in interface Long2ShortMapreplace in interface java.util.Map<java.lang.Long,java.lang.Short>@Deprecated default void replaceAll(java.util.function.BiFunction<? super java.lang.Long,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
replaceAll in interface java.util.concurrent.ConcurrentMap<java.lang.Long,java.lang.Short>replaceAll in interface Long2ShortMapreplaceAll in interface java.util.Map<java.lang.Long,java.lang.Short>