Package hudson.util
Class CopyOnWriteMap.Hash<K,V>
- java.lang.Object
-
- hudson.util.CopyOnWriteMap<K,V>
-
- hudson.util.CopyOnWriteMap.Hash<K,V>
-
- All Implemented Interfaces:
Map<K,V>
- Enclosing class:
- CopyOnWriteMap<K,V>
public static final class CopyOnWriteMap.Hash<K,V> extends CopyOnWriteMap<K,V>
CopyOnWriteMap
backed byHashMap
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CopyOnWriteMap.Hash.ConverterImpl
-
Nested classes/interfaces inherited from class hudson.util.CopyOnWriteMap
CopyOnWriteMap.Hash<K,V>, CopyOnWriteMap.Tree<K,V>
-
-
Field Summary
-
Fields inherited from class hudson.util.CopyOnWriteMap
core
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<K,V>
copy()
-
Methods inherited from class hudson.util.CopyOnWriteMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, replaceBy, size, toString, update, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-