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() |
clear, compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener
Object 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 Map
boolean containsValue(Object value)
containsValue
in interface Map
Collection values()
boolean equals(Object o)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.