Package com.graphdbapi
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()
关闭资源
-