Interface GraphAutoCloseableIterator<T>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.util.Iterator<T>
    All Known Subinterfaces:
    ResourceIterator<T>

    public interface GraphAutoCloseableIterator<T>
    extends java.util.Iterator<T>, java.lang.AutoCloseable
    迭代器接口
    • 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()
        关闭资源
        Specified by:
        close in interface java.lang.AutoCloseable