public class ListenerHashMapImpl<K,V> extends ConcurrentHashMap<K,V> implements ListenerMap<K,V>
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
ConcurrentHashMap.KeySetView<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListenerHashMapImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
clear() |
void |
firePropertyChange(PropertyChangeEvent e) |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListeners() |
compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface ListenerMap<K,V>
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface ListenerMap<K,V>
public void removePropertyChangeListeners()
removePropertyChangeListeners
in interface ListenerMap<K,V>
public void firePropertyChange(PropertyChangeEvent e)