Package com.graphdbapi
Interface ResourceIterator<T>
-
- All Superinterfaces:
java.lang.AutoCloseable
,GraphAutoCloseableIterator<T>
,java.util.Iterator<T>
public interface ResourceIterator<T> extends java.util.Iterator<T>, java.lang.AutoCloseable, GraphAutoCloseableIterator<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
关闭资源static <T> ResourceIterator<T>
empty()
-
-
-
Method Detail
-
close
void close()
Description copied from interface:GraphAutoCloseableIterator
关闭资源- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfaceGraphAutoCloseableIterator<T>
-
empty
static <T> ResourceIterator<T> empty()
-
-