AbstractConcurrentMap.Entry<K,V>
ManagedConcurrentMap.Entry
, ManagedConcurrentMap.EntryWithValue
public static interface AbstractConcurrentMapBase.Entry<V>
Modifier and Type | Method | Description |
---|---|---|
int |
getHash() |
|
V |
getValue() |
|
boolean |
isValid() |
|
void |
setValue(V value) |