public class EntryEvent<K,V> extends javax.cache.event.CacheEntryEvent<K,V> implements Iterable<javax.cache.event.CacheEntryEvent<? extends K,? extends V>>
source| Constructor and Description |
|---|
EntryEvent(javax.cache.Cache source,
javax.cache.event.EventType eventType,
K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getOldValue() |
V |
getValue() |
boolean |
isOldValueAvailable() |
Iterator<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> |
iterator() |
<T> T |
unwrap(Class<T> clazz) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorcache2k API documentation. Copyright © 2000–2020 headissue GmbH, Munich.