K - the keyV - the valuepublic abstract class AbstractListenableMapAdapter<K,V> extends Object implements DistributedDataClient.ListenableMap<K,V>, Map<K,V>
| Constructor and Description |
|---|
AbstractListenableMapAdapter(Map<K,V> mapImplementation) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
boolean includeValue) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
abstract void |
notifyEntryListeners(String action,
K key,
V value) |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic abstract void notifyEntryListeners(String action, K key, V value)
notifyEntryListeners in interface DistributedDataClient.ListenableMap<K,V>public abstract void addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, boolean includeValue)
addEntryListener in interface DistributedDataClient.ListenableMap<K,V>public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>Copyright © 2021. All rights reserved.