public final class EntryProxy<K,V> extends AbstractMap.SimpleImmutableEntry<K,V> implements Cache.Entry<K,V>
Cache.Entry.| Modifier and Type | Method and Description |
|---|---|
<T> T |
unwrap(Class<T> clazz) |
equals, getKey, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetKey, getValuecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic <T> T unwrap(Class<T> clazz)
unwrap in interface Cache.Entry<K,V>