Interface HashCommon.NotifyEmpty

  • All Known Implementing Classes:
    NodeToTriplesMapMem.NotifyMe
    Enclosing class:
    HashCommon<Key>

    public static interface HashCommon.NotifyEmpty
    A hashed structure may become empty as a side-effect of a .remove on one of its iterators: a container can request notification of this by passing a NotifyEmpty object in when the iterator is constructed, and its emptied method is called when the bunch becomes empty.
    • Method Detail

      • emptied

        void emptied()
        Method to call to notify that the collection has become empty.