K - key type in mapV - value type in mappublic static interface Bind.MapWithModificationListener<K,V> extends ConcurrentMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
modificationListenerAdd(Bind.MapListener<K,V> listener)
Add new modification listener notified when Map has been updated
|
void |
modificationListenerRemove(Bind.MapListener<K,V> listener)
Remove registered notification listener
|
long |
sizeLong() |
putIfAbsent, remove, replace, replacevoid modificationListenerAdd(Bind.MapListener<K,V> listener)
listener - callback interface notified when map changesvoid modificationListenerRemove(Bind.MapListener<K,V> listener)
listener - callback interface notified when map changeslong sizeLong()
Copyright © 2015. All Rights Reserved.