Class DecoratingObservableMap<K,V>

Type Parameters:
K - type of the keys to the map
V - type of the values in the map
All Implemented Interfaces:
Map<K,V>, IDecoratingObservable, IObservable, IObservableMap<K,V>
Direct Known Subclasses:
BidiObservableMap

public class DecoratingObservableMap<K,V> extends DecoratingObservable implements IObservableMap<K,V>
An observable map which decorates another observable map.
Since:
1.2
Implementation Note:
If methods are added to the interface which this class implements then implementations of those methods must be added to this class.