Modul speiger.src.collections
Schnittstelle Byte2ShortConcurrentMap
- Alle Superschnittstellen:
Byte2ShortFunction,Byte2ShortMap,ConcurrentMap<Byte,,Short> Map<Byte,Short>
- Alle bekannten Implementierungsklassen:
Byte2ShortConcurrentOpenHashMap
A type specific ConcurrentMap interface that reduces boxing/unboxing.
Since the interface adds nothing new. It is there just for completion sake.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2ShortMap
Byte2ShortMap.BuilderCache, Byte2ShortMap.Entry, Byte2ShortMap.FastEntrySet, Byte2ShortMap.MapBuilder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault ShortVeraltet.default ShortcomputeIfAbsent(Byte key, Function<? super Byte, ? extends Short> mappingFunction) Veraltet.default ShortcomputeIfPresent(Byte key, BiFunction<? super Byte, ? super Short, ? extends Short> mappingFunction) Veraltet.default voidforEach(BiConsumer<? super Byte, ? super Short> action) Veraltet.default ShortgetOrDefault(Object key, Short defaultValue) Veraltet.default Shortmerge(Byte key, Short value, BiFunction<? super Short, ? super Short, ? extends Short> mappingFunction) Veraltet.default ShortputIfAbsent(Byte key, Short value) Veraltet.default booleanVeraltet.default ShortVeraltet.default booleanVeraltet.default voidreplaceAll(BiFunction<? super Byte, ? super Short, ? extends Short> mappingFunction) Veraltet.Von Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2ShortMap
addTo, addToAll, applyAsShort, byte2ShortEntrySet, computeShort, computeShortIfAbsent, computeShortIfAbsentNonDefault, computeShortIfPresent, computeShortIfPresentNonDefault, computeShortNonDefault, 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, supplyShortIfAbsentNonDefault, synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
compute
@Deprecated default Short compute(Byte key, BiFunction<? super Byte, ? super Short, ? extends Short> mappingFunction) Veraltet.- Angegeben von:
computein SchnittstelleByte2ShortMap- Angegeben von:
computein SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
computein SchnittstelleMap<Byte,Short>
-
computeIfAbsent
@Deprecated default Short computeIfAbsent(Byte key, Function<? super Byte, ? extends Short> mappingFunction) Veraltet.- Angegeben von:
computeIfAbsentin SchnittstelleByte2ShortMap- Angegeben von:
computeIfAbsentin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
computeIfAbsentin SchnittstelleMap<Byte,Short>
-
computeIfPresent
@Deprecated default Short computeIfPresent(Byte key, BiFunction<? super Byte, ? super Short, ? extends Short> mappingFunction) Veraltet.- Angegeben von:
computeIfPresentin SchnittstelleByte2ShortMap- Angegeben von:
computeIfPresentin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
computeIfPresentin SchnittstelleMap<Byte,Short>
-
forEach
Veraltet.- Angegeben von:
forEachin SchnittstelleByte2ShortMap- Angegeben von:
forEachin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
forEachin SchnittstelleMap<Byte,Short>
-
merge
@Deprecated default Short merge(Byte key, Short value, BiFunction<? super Short, ? super Short, ? extends Short> mappingFunction) Veraltet.- Angegeben von:
mergein SchnittstelleByte2ShortMap- Angegeben von:
mergein SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
mergein SchnittstelleMap<Byte,Short>
-
getOrDefault
Veraltet.- Angegeben von:
getOrDefaultin SchnittstelleByte2ShortMap- Angegeben von:
getOrDefaultin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
getOrDefaultin SchnittstelleMap<Byte,Short>
-
putIfAbsent
Veraltet.- Angegeben von:
putIfAbsentin SchnittstelleByte2ShortMap- Angegeben von:
putIfAbsentin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
putIfAbsentin SchnittstelleMap<Byte,Short>
-
remove
Veraltet.- Angegeben von:
removein SchnittstelleByte2ShortMap- Angegeben von:
removein SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
removein SchnittstelleMap<Byte,Short> - Parameter:
key- the element that should be removedvalue- the expected value that should be found- Gibt zurück:
- true if the key and value was found and removed
- Siehe auch:
-
replace
Veraltet.- Angegeben von:
replacein SchnittstelleByte2ShortMap- Angegeben von:
replacein SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
replacein SchnittstelleMap<Byte,Short>
-
replace
Veraltet.- Angegeben von:
replacein SchnittstelleByte2ShortMap- Angegeben von:
replacein SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
replacein SchnittstelleMap<Byte,Short>
-
replaceAll
@Deprecated default void replaceAll(BiFunction<? super Byte, ? super Short, ? extends Short> mappingFunction) Veraltet.- Angegeben von:
replaceAllin SchnittstelleByte2ShortMap- Angegeben von:
replaceAllin SchnittstelleConcurrentMap<Byte,Short> - Angegeben von:
replaceAllin SchnittstelleMap<Byte,Short>
-