public class MapEvent<K,V> extends Object implements JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MapEvent.Type
Map event type.
|
| Constructor and Description |
|---|
MapEvent(MapEvent.Type type,
K key,
V value) |
public MapEvent(MapEvent.Type type, K key, V value)
public MapEvent.Type type()
public K key()
public V value()
Copyright © 2013-2014. All Rights Reserved.