Modul speiger.src.collections
Schnittstelle Byte2ObjectConcurrentMap<V>
- Typparameter:
V- the keyType of elements maintained by this Collection
- Alle Superschnittstellen:
Byte2ObjectMap<V>,ByteFunction<V>,ConcurrentMap<Byte,,V> Map<Byte,V>
- Alle bekannten Implementierungsklassen:
Byte2ObjectConcurrentOpenHashMap
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.Byte2ObjectMap
Byte2ObjectMap.BuilderCache<V>, Byte2ObjectMap.Entry<V>, Byte2ObjectMap.FastEntrySet<V>, Byte2ObjectMap.MapBuilder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault VVeraltet.default VcomputeIfAbsent(Byte key, Function<? super Byte, ? extends V> mappingFunction) Veraltet.default VcomputeIfPresent(Byte key, BiFunction<? super Byte, ? super V, ? extends V> mappingFunction) Veraltet.default voidforEach(BiConsumer<? super Byte, ? super V> action) Veraltet.default VgetOrDefault(Object key, V defaultValue) Veraltet.default VVeraltet.default VputIfAbsent(Byte key, V value) Veraltet.default booleanVeraltet.default VVeraltet.default booleanVeraltet.default voidreplaceAll(BiFunction<? super Byte, ? super V, ? extends V> mappingFunction) Veraltet.Von Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2ObjectMap
apply, byte2ObjectEntrySet, compute, computeIfAbsent, computeIfPresent, containsKey, containsKey, copy, 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(Byte key, BiFunction<? super Byte, ? super V, ? extends V> mappingFunction) Veraltet. -
computeIfAbsent
Veraltet.- Angegeben von:
computeIfAbsentin SchnittstelleByte2ObjectMap<V>- Angegeben von:
computeIfAbsentin SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
computeIfAbsentin SchnittstelleMap<Byte,V>
-
computeIfPresent
@Deprecated default V computeIfPresent(Byte key, BiFunction<? super Byte, ? super V, ? extends V> mappingFunction) Veraltet.- Angegeben von:
computeIfPresentin SchnittstelleByte2ObjectMap<V>- Angegeben von:
computeIfPresentin SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
computeIfPresentin SchnittstelleMap<Byte,V>
-
forEach
Veraltet. -
merge
@Deprecated default V merge(Byte key, V value, BiFunction<? super V, ? super V, ? extends V> mappingFunction) Veraltet. -
getOrDefault
Veraltet.- Angegeben von:
getOrDefaultin SchnittstelleByte2ObjectMap<V>- Angegeben von:
getOrDefaultin SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
getOrDefaultin SchnittstelleMap<Byte,V>
-
putIfAbsent
Veraltet.- Angegeben von:
putIfAbsentin SchnittstelleByte2ObjectMap<V>- Angegeben von:
putIfAbsentin SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
putIfAbsentin SchnittstelleMap<Byte,V>
-
remove
Veraltet.- Angegeben von:
removein SchnittstelleByte2ObjectMap<V>- Angegeben von:
removein SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
removein SchnittstelleMap<Byte,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
Veraltet.- Angegeben von:
replaceAllin SchnittstelleByte2ObjectMap<V>- Angegeben von:
replaceAllin SchnittstelleConcurrentMap<Byte,V> - Angegeben von:
replaceAllin SchnittstelleMap<Byte,V>
-