K - the type of keys maintained by this mapV - the type of mapped values*public class RIEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
| Constructor and Description |
|---|
RIEntry(K key,
V value)
Constructor
|
RIEntry(K key,
V value,
V oldValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getOldValue() |
V |
getValue() |
int |
hashCode() |
<T> T |
unwrap(Class<T> clazz) |
Copyright © 2019. All rights reserved.