Package org.apache.jena.mem
Class NodeToTriplesMapMem.NotifyMe
- java.lang.Object
-
- org.apache.jena.mem.NodeToTriplesMapMem.NotifyMe
-
- All Implemented Interfaces:
HashCommon.NotifyEmpty
- Enclosing class:
- NodeToTriplesMapMem
public class NodeToTriplesMapMem.NotifyMe extends java.lang.Object implements HashCommon.NotifyEmpty
-
-
Field Summary
-
Fields inherited from interface org.apache.jena.mem.HashCommon.NotifyEmpty
ignore
-
-
Constructor Summary
Constructors Constructor Description NotifyMe(java.lang.Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
emptied()
Method to call to notify that the collection has become empty.
-
-
-
Method Detail
-
emptied
public void emptied()
Description copied from interface:HashCommon.NotifyEmpty
Method to call to notify that the collection has become empty.- Specified by:
emptied
in interfaceHashCommon.NotifyEmpty
-
-