|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObservableMap
Observable Map.
AbstractObservableMap
,
ObservableMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
void |
addMapChangeListener(IMapChangeListener listener)
|
boolean |
containsKey(java.lang.Object key)
|
boolean |
containsValue(java.lang.Object value)
|
java.util.Set |
entrySet()
|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
get(java.lang.Object key)
|
java.lang.Object |
getKeyType()
Returns the element type for the keyset of this
observable map, or null if the keyset is untyped. |
java.lang.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()
|
java.util.Set |
keySet()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
removeMapChangeListener(IMapChangeListener listener)
|
int |
size()
|
java.util.Collection |
values()
|
Methods inherited from interface java.util.Map |
---|
clear, putAll |
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable |
---|
addChangeListener, addDisposeListener, addStaleListener, dispose, getRealm, isDisposed, isStale, removeChangeListener, removeDisposeListener, removeStaleListener |
Method Detail |
---|
java.lang.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.java.lang.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
- int size()
size
in interface java.util.Map
boolean isEmpty()
isEmpty
in interface java.util.Map
boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
java.util.Set keySet()
keySet
in interface java.util.Map
java.util.Collection values()
values
in interface java.util.Map
java.util.Set entrySet()
entrySet
in interface java.util.Map
boolean equals(java.lang.Object o)
equals
in interface java.util.Map
equals
in class java.lang.Object
int hashCode()
hashCode
in interface java.util.Map
hashCode
in class java.lang.Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.