public static class ManagedConcurrentMap.Entry<K, V> extends ManagedReference implements AbstractConcurrentMapEntry
| Constructor and description | 
|---|
| Entry
                                (ReferenceBundle bundle, Segment segment, K key, int hash) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public void | finalizeRef()
 | 
|  | public void | finalizeReference() | 
|  | public int | getHash() | 
|  | public V | getValue() | 
|  | public boolean | isEqual(K key, int hash) | 
|  | public boolean | isValid() | 
|  | public void | setValue(V value) | 
| Methods inherited from class | Name | 
|---|---|
| class ManagedReference | clear, finalizeReference, get | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.