public interface Byte2ShortConcurrentMap extends java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>, Byte2ShortMap
Byte2ShortMap.BuilderCache, Byte2ShortMap.Entry, Byte2ShortMap.FastEntrySet, Byte2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
default java.lang.Short |
compute(java.lang.Byte key,
java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfAbsent(java.lang.Byte key,
java.util.function.Function<? super java.lang.Byte,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfPresent(java.lang.Byte key,
java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default void |
forEach(java.util.function.BiConsumer<? super java.lang.Byte,? 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.Byte 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.Byte 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.Byte key,
java.lang.Short value)
Deprecated.
|
default boolean |
replace(java.lang.Byte key,
java.lang.Short oldValue,
java.lang.Short newValue)
Deprecated.
|
default void |
replaceAll(java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
addTo, addToAll, applyAsShort, builder, byte2ShortEntrySet, 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, subFrom, supplyShortIfAbsent, synchronize, synchronize, unmodifiable, values@Deprecated
default java.lang.Short compute(java.lang.Byte key,
java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
compute in interface Byte2ShortMapcompute in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>compute in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short computeIfAbsent(java.lang.Byte key,
java.util.function.Function<? super java.lang.Byte,? extends java.lang.Short> mappingFunction)
computeIfAbsent in interface Byte2ShortMapcomputeIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>computeIfAbsent in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short computeIfPresent(java.lang.Byte key,
java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
computeIfPresent in interface Byte2ShortMapcomputeIfPresent in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>computeIfPresent in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated default void forEach(java.util.function.BiConsumer<? super java.lang.Byte,? super java.lang.Short> action)
forEach in interface Byte2ShortMapforEach in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>forEach in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short merge(java.lang.Byte 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 Byte2ShortMapmerge in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>merge in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short getOrDefault(java.lang.Object key,
java.lang.Short defaultValue)
getOrDefault in interface Byte2ShortMapgetOrDefault in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>getOrDefault in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short putIfAbsent(java.lang.Byte key,
java.lang.Short value)
putIfAbsent in interface Byte2ShortMapputIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>putIfAbsent in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default boolean remove(java.lang.Object key,
java.lang.Object value)
remove in interface Byte2ShortMapremove in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>remove in interface java.util.Map<java.lang.Byte,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.Byte key,
java.lang.Short oldValue,
java.lang.Short newValue)
replace in interface Byte2ShortMapreplace in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>replace in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated
default java.lang.Short replace(java.lang.Byte key,
java.lang.Short value)
replace in interface Byte2ShortMapreplace in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>replace in interface java.util.Map<java.lang.Byte,java.lang.Short>@Deprecated default void replaceAll(java.util.function.BiFunction<? super java.lang.Byte,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
replaceAll in interface Byte2ShortMapreplaceAll in interface java.util.concurrent.ConcurrentMap<java.lang.Byte,java.lang.Short>replaceAll in interface java.util.Map<java.lang.Byte,java.lang.Short>