public interface Int2ShortConcurrentMap extends java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>, Int2ShortMap
Int2ShortMap.BuilderCache, Int2ShortMap.Entry, Int2ShortMap.FastEntrySet, Int2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
default java.lang.Short |
compute(java.lang.Integer key,
java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfAbsent(java.lang.Integer key,
java.util.function.Function<? super java.lang.Integer,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default java.lang.Short |
computeIfPresent(java.lang.Integer key,
java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
default void |
forEach(java.util.function.BiConsumer<? super java.lang.Integer,? 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.Integer 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.Integer 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.Integer key,
java.lang.Short value)
Deprecated.
|
default boolean |
replace(java.lang.Integer key,
java.lang.Short oldValue,
java.lang.Short newValue)
Deprecated.
|
default void |
replaceAll(java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
Deprecated.
|
addTo, addToAll, builder, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, copy, entrySet, forEach, get, get, getDefaultReturnValue, getOrDefault, int2ShortEntrySet, keySet, mergeAllShort, mergeShort, 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.Integer key,
java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
compute in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>compute in interface Int2ShortMapcompute in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default java.lang.Short computeIfAbsent(java.lang.Integer key,
java.util.function.Function<? super java.lang.Integer,? extends java.lang.Short> mappingFunction)
computeIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>computeIfAbsent in interface Int2ShortMapcomputeIfAbsent in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default java.lang.Short computeIfPresent(java.lang.Integer key,
java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
computeIfPresent in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>computeIfPresent in interface Int2ShortMapcomputeIfPresent in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated default void forEach(java.util.function.BiConsumer<? super java.lang.Integer,? super java.lang.Short> action)
forEach in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>forEach in interface Int2ShortMapforEach in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default java.lang.Short merge(java.lang.Integer 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.Integer,java.lang.Short>merge in interface Int2ShortMapmerge in interface java.util.Map<java.lang.Integer,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.Integer,java.lang.Short>getOrDefault in interface Int2ShortMapgetOrDefault in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default java.lang.Short putIfAbsent(java.lang.Integer key,
java.lang.Short value)
putIfAbsent in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>putIfAbsent in interface Int2ShortMapputIfAbsent in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default boolean remove(java.lang.Object key,
java.lang.Object value)
remove in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>remove in interface Int2ShortMapremove in interface java.util.Map<java.lang.Integer,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.Integer key,
java.lang.Short oldValue,
java.lang.Short newValue)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>replace in interface Int2ShortMapreplace in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated
default java.lang.Short replace(java.lang.Integer key,
java.lang.Short value)
replace in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>replace in interface Int2ShortMapreplace in interface java.util.Map<java.lang.Integer,java.lang.Short>@Deprecated default void replaceAll(java.util.function.BiFunction<? super java.lang.Integer,? super java.lang.Short,? extends java.lang.Short> mappingFunction)
replaceAll in interface java.util.concurrent.ConcurrentMap<java.lang.Integer,java.lang.Short>replaceAll in interface Int2ShortMapreplaceAll in interface java.util.Map<java.lang.Integer,java.lang.Short>