public interface ObservableMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(NutsMapListener<K,V> listener) |
NutsMapListener<K,V>[] |
getListeners() |
void |
removeListener(NutsMapListener<K,V> listener) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesvoid addListener(NutsMapListener<K,V> listener)
void removeListener(NutsMapListener<K,V> listener)
NutsMapListener<K,V>[] getListeners()
Copyright © 2021 vpc open source initiative. All rights reserved.