Interface IMNodeIterator

  • All Superinterfaces:
    java.util.Iterator<IMNode>
    All Known Implementing Classes:
    MNodeIterator

    public interface IMNodeIterator
    extends java.util.Iterator<IMNode>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • close

        void close()