Interface ConstChangeNotifyMap
-
- All Superinterfaces:
ConstCollection
,ConstMap
- All Known Subinterfaces:
ChangeNotifyMap
- All Known Implementing Classes:
AbstractChangeNotifyMap
,AbstractConstChangeNotifyMap
,ChangeNotifyMapWrapper
,ConstChangeNotifyVectorMap
public interface ConstChangeNotifyMap extends ConstMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignalHook
getChangeSignal()
-
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
-
Methods inherited from interface net.infonode.util.collection.map.base.ConstMap
constIterator, containsKey, containsValue, get
-
-
-
-
Method Detail
-
getChangeSignal
SignalHook getChangeSignal()
-
-