protected static class ConcurrentReferenceHashMap.SimpleEntry<K, V>
extends Object
implements Entry, Serializable
Simple mutable entry implementation used by the map views.
| Constructor and description |
|---|
SimpleEntry(K key, V value)Creates an entry with the supplied key and value. |
SimpleEntry(Entry<? extends K, ? extends V> entry)Creates an entry by copying another entry. |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.