public class ChangeNotifyMapWrapper extends AbstractChangeNotifyMap
| Constructor and Description |
|---|
ChangeNotifyMapWrapper(Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all elements from this collection..
|
boolean |
containsKey(java.lang.Object key)
Returns true if this map contains the key.
|
boolean |
containsValue(java.lang.Object value)
Returns true if this map contains the value.
|
java.lang.Object |
get(java.lang.Object key)
Returns the value associated with the key.
|
Map |
getMap() |
boolean |
isEmpty()
Returns true if this collection is empty.
|
MapIterator |
iterator()
Returns an iterator for this map.
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Associate a key with a value.
|
java.lang.Object |
remove(java.lang.Object key)
Removes a key and it's value.
|
constIteratorfireEntriesChanged, fireEntryChanged, fireEntryRemoved, firstListenerAdded, getChangeSignal, getChangeSignalInternal, lastListenerRemoved, listenerAdded, listenerRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChangeSignalpublic ChangeNotifyMapWrapper(Map map)
public Map getMap()
public java.lang.Object get(java.lang.Object key)
ConstMapkey - the keypublic boolean containsKey(java.lang.Object key)
ConstMapkey - the keypublic boolean containsValue(java.lang.Object value)
ConstMapvalue - the valuepublic boolean isEmpty()
ConstCollectionpublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
Mapkey - the keyvalue - the valuepublic java.lang.Object remove(java.lang.Object key)
Mapkey - the keypublic void clear()
Collectionpublic MapIterator iterator()
Map