Class ReplacementForConcurrentHashMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- de.inetsoftware.jwebassembly.api.java.util.concurrent.ReplacementForConcurrentHashMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.concurrent.ConcurrentMap<K,V>
,java.util.Map<K,V>
public class ReplacementForConcurrentHashMap<K,V> extends java.util.HashMap<K,V> implements java.util.concurrent.ConcurrentMap<K,V>
Replacement java.util.concurrent.ConcurrentHashMap. This implementation work without Unsafe an WebAssembly is single thread currently.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReplacementForConcurrentHashMap()
ReplacementForConcurrentHashMap(int initialCapacity, float loadFactor, int concurrencyLevel)
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-