@FunctionalInterface public interface MapEventListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
default void |
insert(K key,
V value) |
default void |
remove(K key,
V value) |
void |
update(K key,
V oldValue,
V newValue) |
Copyright © 2015. All rights reserved.