K
- Key type.V
- Value type.public class DefaultObservableMap<K,V> extends AbstractObservableMap<K,V>
AbstractObservable.Exposed
Constructor and Description |
---|
DefaultObservableMap() |
DefaultObservableMap(Map<K,V> pDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object pKey) |
boolean |
containsValue(Object pValue) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object pObj) |
V |
get(Object pKey) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K pKey,
V pValue) |
void |
putAll(Map<? extends K,? extends V> pMap) |
V |
remove(Object pKey) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
addListener, fireMapChange, removeListener
addListener, fireEvent, removeListener
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public int size()
public boolean isEmpty()
public boolean containsKey(Object pKey)
public boolean containsValue(Object pValue)
public int hashCode()
public boolean equals(Object pObj)
public void clear()
public Collection<V> values()
Copyright © 2023. All rights reserved.