Package com.graphdbapi
Interface GraphAutoCloseableIterator<T>
-
- All Superinterfaces:
AutoCloseable
,Iterator<T>
,Serializable
public interface GraphAutoCloseableIterator<T> extends Iterator<T>, AutoCloseable, Serializable
迭代器接口
-
-
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 interfaceAutoCloseable
-
-