public static final class CopyOnWriteMap.Hash<K,V> extends CopyOnWriteMap<K,V>
CopyOnWriteMap
backed by HashMap
.Modifier and Type | Class and Description |
---|---|
static class |
CopyOnWriteMap.Hash.ConverterImpl |
CopyOnWriteMap.Hash<K,V>, CopyOnWriteMap.Tree<K,V>
core
Modifier and Type | Method and Description |
---|---|
protected Map<K,V> |
copy() |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, replaceBy, size, toString, update, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2004–2019. All rights reserved.