Modul speiger.src.collections
Schnittstelle Double2ObjectConcurrentMap<V>
- Typparameter:
V- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
ConcurrentMap<Double,,V> Double2ObjectMap<V>,DoubleFunction<V>,DoubleFunction<V>,Map<Double,V>
- Alle bekannten Implementierungsklassen:
Double2ObjectConcurrentOpenHashMap
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.doubles.maps.interfaces.Double2ObjectMap
Double2ObjectMap.BuilderCache<V>, Double2ObjectMap.Entry<V>, Double2ObjectMap.FastEntrySet<V>, Double2ObjectMap.MapBuilder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault VVeraltet.default VcomputeIfAbsent(Double key, Function<? super Double, ? extends V> mappingFunction) Veraltet.default VcomputeIfPresent(Double key, BiFunction<? super Double, ? super V, ? extends V> mappingFunction) Veraltet.default voidforEach(BiConsumer<? super Double, ? super V> action) Veraltet.default VgetOrDefault(Object key, V defaultValue) Veraltet.default VVeraltet.default VputIfAbsent(Double key, V value) Veraltet.default booleanVeraltet.default VVeraltet.default booleanVeraltet.default voidreplaceAll(BiFunction<? super Double, ? super V, ? extends V> mappingFunction) Veraltet.Von Schnittstelle geerbte Methoden speiger.src.collections.doubles.maps.interfaces.Double2ObjectMap
apply, compute, computeIfAbsent, computeIfPresent, containsKey, containsKey, copy, double2ObjectEntrySet, entrySet, forEach, get, get, getDefaultReturnValue, getOrDefault, keySet, merge, mergeAll, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, remove, remove, remove, removeOrDefault, replace, replace, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsent, synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
compute
@Deprecated default V compute(Double key, BiFunction<? super Double, ? super V, ? extends V> mappingFunction) Veraltet. -
computeIfAbsent
@Deprecated default V computeIfAbsent(Double key, Function<? super Double, ? extends V> mappingFunction) Veraltet.- Angegeben von:
computeIfAbsentin SchnittstelleConcurrentMap<Double,V> - Angegeben von:
computeIfAbsentin SchnittstelleDouble2ObjectMap<V>- Angegeben von:
computeIfAbsentin SchnittstelleMap<Double,V>
-
computeIfPresent
@Deprecated default V computeIfPresent(Double key, BiFunction<? super Double, ? super V, ? extends V> mappingFunction) Veraltet.- Angegeben von:
computeIfPresentin SchnittstelleConcurrentMap<Double,V> - Angegeben von:
computeIfPresentin SchnittstelleDouble2ObjectMap<V>- Angegeben von:
computeIfPresentin SchnittstelleMap<Double,V>
-
forEach
Veraltet. -
merge
@Deprecated default V merge(Double key, V value, BiFunction<? super V, ? super V, ? extends V> mappingFunction) Veraltet. -
getOrDefault
Veraltet.- Angegeben von:
getOrDefaultin SchnittstelleConcurrentMap<Double,V> - Angegeben von:
getOrDefaultin SchnittstelleDouble2ObjectMap<V>- Angegeben von:
getOrDefaultin SchnittstelleMap<Double,V>
-
putIfAbsent
Veraltet.- Angegeben von:
putIfAbsentin SchnittstelleConcurrentMap<Double,V> - Angegeben von:
putIfAbsentin SchnittstelleDouble2ObjectMap<V>- Angegeben von:
putIfAbsentin SchnittstelleMap<Double,V>
-
remove
Veraltet.- Angegeben von:
removein SchnittstelleConcurrentMap<Double,V> - Angegeben von:
removein SchnittstelleDouble2ObjectMap<V>- Angegeben von:
removein SchnittstelleMap<Double,V> - 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. -
replace
Veraltet. -
replaceAll
@Deprecated default void replaceAll(BiFunction<? super Double, ? super V, ? extends V> mappingFunction) Veraltet.- Angegeben von:
replaceAllin SchnittstelleConcurrentMap<Double,V> - Angegeben von:
replaceAllin SchnittstelleDouble2ObjectMap<V>- Angegeben von:
replaceAllin SchnittstelleMap<Double,V>
-