public interface ObservableMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(net.thevpc.nuts.NutsMapListener<K,V> listener) |
net.thevpc.nuts.NutsMapListener<K,V>[] |
getListeners() |
void |
removeListener(net.thevpc.nuts.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, valuesCopyright © 2022 vpc open source initiative. All rights reserved.