public static class ManagedConcurrentMap.Entry extends ManagedReference
Constructor and description |
---|
ManagedConcurrentMap.Entry
(ReferenceBundle bundle, Segment segment, K key, int hash) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
finalizeRef() @deprecated use finalizeReference |
|
void |
finalizeReference() |
|
int |
getHash() |
|
V |
getValue() |
|
boolean |
isEqual(K key, int hash) |
|
boolean |
isValid() |
|
void |
setValue(V value) |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.