public class RemovedEvent<K,V> extends Object implements MapEvent<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MapEventListener<K,V> listener) |
boolean |
equals(Object obj) |
int |
hashCode() |
K |
key() |
static <K,V> RemovedEvent<K,V> |
of(K key,
V value) |
String |
toString() |
V |
value() |
public static <K,V> RemovedEvent<K,V> of(K key, V value)
of in interface KeyValueStore.Entry<K,V>public K key()
key in interface KeyValueStore.Entry<K,V>public V value()
value in interface KeyValueStore.Entry<K,V>public void apply(MapEventListener<K,V> listener)
Copyright © 2015. All rights reserved.