public interface ResourceIterator<T> extends java.util.Iterator<T>, java.lang.AutoCloseable, GraphAutoCloseableIterator<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
关闭资源
|
static <T> ResourceIterator<T> |
empty() |
void close()
GraphAutoCloseableIterator
close
in interface java.lang.AutoCloseable
close
in interface GraphAutoCloseableIterator<T>
static <T> ResourceIterator<T> empty()