public interface IObservableMap extends Map, IObservable
AbstractObservableMap,
ObservableMap| Modifier and Type | Method and Description |
|---|---|
void |
addMapChangeListener(IMapChangeListener listener) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
Object |
getKeyType()
Returns the element type for the
keyset of this
observable map, or null if the keyset is untyped. |
Object |
getValueType()
Returns the element type for the
values of this
observable map, or null if the values collection is untyped. |
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
void |
removeMapChangeListener(IMapChangeListener listener) |
int |
size() |
Collection |
values() |
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListenerObject getKeyType()
keyset of this
observable map, or null if the keyset is untyped.keyset of this
observable map, or null if the keyset is untyped.Object getValueType()
values of this
observable map, or null if the values collection is untyped.values of this
observable map, or null if the values collection is
untyped.void addMapChangeListener(IMapChangeListener listener)
listener - void removeMapChangeListener(IMapChangeListener listener)
listener - boolean containsKey(Object key)
containsKey in interface Mapboolean containsValue(Object value)
containsValue in interface MapCollection values()
boolean equals(Object o)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.