private static class LockSetAnalysis.LockMap extends java.util.HashMap<AbstractLock,java.lang.Integer>
HashMap::put
method, then the maximum integer value that an AbstractLock may map
to
would be MAX_NESTING.
HashMap::putAll.| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_NESTING |
private static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
private |
LockMap() |
| Modifier and Type | Method and Description |
|---|---|
LockSetAnalysis.LockMap |
getCopy()
Obtain a copy of this map.
|
java.lang.Integer |
put(AbstractLock abstractLock,
java.lang.Integer integer) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprivate static final long serialVersionUID
public static final int MAX_NESTING
public LockSetAnalysis.LockMap getCopy()
public java.lang.Integer put(AbstractLock abstractLock, java.lang.Integer integer)
put in interface java.util.Map<AbstractLock,java.lang.Integer>put in class java.util.HashMap<AbstractLock,java.lang.Integer>