Modul speiger.src.collections
Schnittstelle Byte2DoubleConcurrentMap
- Alle Superschnittstellen:
Byte2DoubleFunction,Byte2DoubleMap,ConcurrentMap<Byte,,Double> Map<Byte,Double>
- Alle bekannten Implementierungsklassen:
Byte2DoubleConcurrentOpenHashMap
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.Byte2DoubleMap
Byte2DoubleMap.BuilderCache, Byte2DoubleMap.Entry, Byte2DoubleMap.FastEntrySet, Byte2DoubleMap.MapBuilder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault DoubleVeraltet.default DoublecomputeIfAbsent(Byte key, Function<? super Byte, ? extends Double> mappingFunction) Veraltet.default DoublecomputeIfPresent(Byte key, BiFunction<? super Byte, ? super Double, ? extends Double> mappingFunction) Veraltet.default voidforEach(BiConsumer<? super Byte, ? super Double> action) Veraltet.default DoublegetOrDefault(Object key, Double defaultValue) Veraltet.default Doublemerge(Byte key, Double value, BiFunction<? super Double, ? super Double, ? extends Double> mappingFunction) Veraltet.default DoubleputIfAbsent(Byte key, Double value) Veraltet.default booleanVeraltet.default DoubleVeraltet.default booleanVeraltet.default voidreplaceAll(BiFunction<? super Byte, ? super Double, ? extends Double> mappingFunction) Veraltet.Von Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2DoubleMap
addTo, addToAll, applyAsDouble, byte2DoubleEntrySet, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, containsKey, containsKey, containsValue, containsValue, copy, entrySet, forEach, get, get, getDefaultReturnValue, getOrDefault, keySet, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, remove, remove, remove, removeOrDefault, replace, replace, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefault, synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
compute
@Deprecated default Double compute(Byte key, BiFunction<? super Byte, ? super Double, ? extends Double> mappingFunction) Veraltet.- Angegeben von:
computein SchnittstelleByte2DoubleMap- Angegeben von:
computein SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
computein SchnittstelleMap<Byte,Double>
-
computeIfAbsent
@Deprecated default Double computeIfAbsent(Byte key, Function<? super Byte, ? extends Double> mappingFunction) Veraltet.- Angegeben von:
computeIfAbsentin SchnittstelleByte2DoubleMap- Angegeben von:
computeIfAbsentin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
computeIfAbsentin SchnittstelleMap<Byte,Double>
-
computeIfPresent
@Deprecated default Double computeIfPresent(Byte key, BiFunction<? super Byte, ? super Double, ? extends Double> mappingFunction) Veraltet.- Angegeben von:
computeIfPresentin SchnittstelleByte2DoubleMap- Angegeben von:
computeIfPresentin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
computeIfPresentin SchnittstelleMap<Byte,Double>
-
forEach
Veraltet.- Angegeben von:
forEachin SchnittstelleByte2DoubleMap- Angegeben von:
forEachin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
forEachin SchnittstelleMap<Byte,Double>
-
merge
@Deprecated default Double merge(Byte key, Double value, BiFunction<? super Double, ? super Double, ? extends Double> mappingFunction) Veraltet.- Angegeben von:
mergein SchnittstelleByte2DoubleMap- Angegeben von:
mergein SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
mergein SchnittstelleMap<Byte,Double>
-
getOrDefault
Veraltet.- Angegeben von:
getOrDefaultin SchnittstelleByte2DoubleMap- Angegeben von:
getOrDefaultin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
getOrDefaultin SchnittstelleMap<Byte,Double>
-
putIfAbsent
Veraltet.- Angegeben von:
putIfAbsentin SchnittstelleByte2DoubleMap- Angegeben von:
putIfAbsentin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
putIfAbsentin SchnittstelleMap<Byte,Double>
-
remove
Veraltet.- Angegeben von:
removein SchnittstelleByte2DoubleMap- Angegeben von:
removein SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
removein SchnittstelleMap<Byte,Double> - 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 SchnittstelleByte2DoubleMap- Angegeben von:
replacein SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
replacein SchnittstelleMap<Byte,Double>
-
replace
Veraltet.- Angegeben von:
replacein SchnittstelleByte2DoubleMap- Angegeben von:
replacein SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
replacein SchnittstelleMap<Byte,Double>
-
replaceAll
@Deprecated default void replaceAll(BiFunction<? super Byte, ? super Double, ? extends Double> mappingFunction) Veraltet.- Angegeben von:
replaceAllin SchnittstelleByte2DoubleMap- Angegeben von:
replaceAllin SchnittstelleConcurrentMap<Byte,Double> - Angegeben von:
replaceAllin SchnittstelleMap<Byte,Double>
-