net.infonode.util.collection.notifymap
Class AbstractChangeNotifyMap

java.lang.Object
  extended by net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
      extended by net.infonode.util.collection.notifymap.AbstractChangeNotifyMap
All Implemented Interfaces:
Collection, ConstCollection, ConstMap, Map, ChangeNotifyMap, ConstChangeNotifyMap
Direct Known Subclasses:
ChangeNotifyMapWrapper

public abstract class AbstractChangeNotifyMap
extends AbstractConstChangeNotifyMap
implements ChangeNotifyMap


Constructor Summary
AbstractChangeNotifyMap()
           
 
Method Summary
 ConstMapIterator constIterator()
          Returns an iterator for this map.
 
Methods inherited from class net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
fireEntriesChanged, fireEntryChanged, fireEntryRemoved, firstListenerAdded, getChangeSignal, getChangeSignalInternal, lastListenerRemoved, listenerAdded, listenerRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.infonode.util.collection.notifymap.ConstChangeNotifyMap
getChangeSignal
 
Methods inherited from interface net.infonode.util.collection.map.base.Map
iterator, put, remove
 
Methods inherited from interface net.infonode.util.collection.map.base.ConstMap
containsKey, containsValue, get
 
Methods inherited from interface net.infonode.util.collection.Collection
clear
 
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
 

Constructor Detail

AbstractChangeNotifyMap

public AbstractChangeNotifyMap()
Method Detail

constIterator

public ConstMapIterator constIterator()
Description copied from interface: ConstMap
Returns an iterator for this map.

Specified by:
constIterator in interface ConstMap
Returns:
an iterator for this map