a
- public class MutexMap<a> extends HashMap<a,MyMutex>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MutexMap() |
Modifier and Type | Method and Description |
---|---|
MyMutex |
getCreate(a key)
get the mutex for a, create it if it doesn't exist
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2018. All rights reserved.