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 Constructor Description AbstractChangeNotifyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstMapIteratorconstIterator()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.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
-
-
-
-
Method Detail
-
constIterator
public ConstMapIterator constIterator()
Description copied from interface:ConstMapReturns an iterator for this map.- Specified by:
constIteratorin interfaceConstMap- Returns:
- an iterator for this map
-
-