K
- key typeV
- value typepublic interface IMapListener<K,V>
Modifier and Type | Method and Description |
---|---|
int |
getIdentifier() |
void |
notifyAdded(Map.Entry<K,V> added) |
void |
notifyRemoved(Map.Entry<K,V> removed) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.