private static final class CopyOnWriteArrayMap.COWEntry<K,V> extends Object implements Map.Entry<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) K |
key |
(package private) V |
value |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.