Class AbstractChangeNotifyMap
java.lang.Object
net.infonode.util.collection.notifymap.AbstractConstChangeNotifyMap
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.Collection
clear
Methods inherited from interface net.infonode.util.collection.notifymap.ConstChangeNotifyMap
getChangeSignal
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
Methods inherited from interface net.infonode.util.collection.map.base.ConstMap
containsKey, containsValue, get
-
Constructor Details
-
AbstractChangeNotifyMap
public AbstractChangeNotifyMap()
-
-
Method Details
-
constIterator
Description copied from interface:ConstMap
Returns an iterator for this map.- Specified by:
constIterator
in interfaceConstMap
- Returns:
- an iterator for this map
-