public interface Short2ShortConcurrentMap extends java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>, Short2ShortMap
Short2ShortMap.BuilderCache, Short2ShortMap.Entry, Short2ShortMap.FastEntrySet, Short2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
default java.lang.Short |
compute(java.lang.Short key,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfAbsent(java.lang.Short key,
java.util.function.Function<? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfPresent(java.lang.Short key,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default void |
forEach(java.util.function.BiConsumer<? super java.lang.Short,? 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.Short 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.Short 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.Short key,
java.lang.Short value)
Deprecated.
|
default boolean |
replace(java.lang.Short key,
java.lang.Short oldValue,
java.lang.Short newValue)
Deprecated.
|
default void |
replaceAll(java.util.function.BiFunction<? super java.lang.Short,? 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, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, remove, remove, remove, removeOrDefault, replace, replace, replaceShorts, replaceShorts, setDefaultReturnValue, short2ShortEntrySet, subFrom, supplyShortIfAbsent, synchronize, synchronize, unmodifiable, valuesandThen, compose, identity@Deprecated
default java.lang.Short compute(java.lang.Short key,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
compute in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>compute in interface java.util.Map<java.lang.Short,java.lang.Short>compute in interface Short2ShortMap@Deprecated
default java.lang.Short computeIfAbsent(java.lang.Short key,
java.util.function.Function<? super java.lang.Short,? extends java.lang.Short> mappingFunction)
computeIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>computeIfAbsent in interface java.util.Map<java.lang.Short,java.lang.Short>computeIfAbsent in interface Short2ShortMap@Deprecated
default java.lang.Short computeIfPresent(java.lang.Short key,
java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
computeIfPresent in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>computeIfPresent in interface java.util.Map<java.lang.Short,java.lang.Short>computeIfPresent in interface Short2ShortMap@Deprecated default void forEach(java.util.function.BiConsumer<? super java.lang.Short,? super java.lang.Short> action)
forEach in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>forEach in interface java.util.Map<java.lang.Short,java.lang.Short>forEach in interface Short2ShortMap@Deprecated
default java.lang.Short merge(java.lang.Short 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.Short,java.lang.Short>merge in interface java.util.Map<java.lang.Short,java.lang.Short>merge in interface Short2ShortMap@Deprecated
default java.lang.Short getOrDefault(java.lang.Object key,
java.lang.Short defaultValue)
getOrDefault in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>getOrDefault in interface java.util.Map<java.lang.Short,java.lang.Short>getOrDefault in interface Short2ShortMap@Deprecated
default java.lang.Short putIfAbsent(java.lang.Short key,
java.lang.Short value)
putIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>putIfAbsent in interface java.util.Map<java.lang.Short,java.lang.Short>putIfAbsent in interface Short2ShortMap@Deprecated
default boolean remove(java.lang.Object key,
java.lang.Object value)
remove in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>remove in interface java.util.Map<java.lang.Short,java.lang.Short>remove in interface Short2ShortMapkey - the element that should be removedvalue - the expected value that should be foundMap.remove(Object, Object)@Deprecated
default boolean replace(java.lang.Short key,
java.lang.Short oldValue,
java.lang.Short newValue)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>replace in interface java.util.Map<java.lang.Short,java.lang.Short>replace in interface Short2ShortMap@Deprecated
default java.lang.Short replace(java.lang.Short key,
java.lang.Short value)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>replace in interface java.util.Map<java.lang.Short,java.lang.Short>replace in interface Short2ShortMap@Deprecated default void replaceAll(java.util.function.BiFunction<? super java.lang.Short,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
replaceAll in interface java.util.concurrent.ConcurrentMap<java.lang.Short,java.lang.Short>replaceAll in interface java.util.Map<java.lang.Short,java.lang.Short>replaceAll in interface Short2ShortMap