K
- key type in mapV
- value type in mappublic static interface Bind.MapWithModificationListener<K,V> extends Map<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() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void 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 © 2017. All rights reserved.