public class EntryEventWithOldValue<K,V> extends EntryEvent<K,V>
source| Constructor and Description |
|---|
EntryEventWithOldValue(javax.cache.Cache source,
javax.cache.event.EventType eventType,
K key,
V value,
V oldValue) |
| Modifier and Type | Method and Description |
|---|---|
V |
getOldValue() |
boolean |
isOldValueAvailable() |
getKey, getValue, iterator, unwraptoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic V getOldValue()
getOldValue in class EntryEvent<K,V>public boolean isOldValueAvailable()
isOldValueAvailable in class EntryEvent<K,V>cache2k API documentation. Copyright © 2000–2020 headissue GmbH, Munich.