Package org.cip4.jdflib.util.thread
Class MutexMap<a>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<a,MyMutex>
-
- org.cip4.jdflib.util.thread.MutexMap<a>
-
- Type Parameters:
a-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<a,MyMutex>
public class MutexMap<a> extends java.util.HashMap<a,MyMutex>
map of mutexs- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutexMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyMutexgetCreate(a key)get the mutex for a, create it if it doesn't exist-
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
-
-