T - the type of instances being iteratedpublic abstract class GenericCursor<T> extends Object implements Cursor<T>
Subclasses must implement the Cursor.next() method and
set the current field to the next item.
| Constructor and Description |
|---|
GenericCursor() |
public void close()
RawCursorclose in interface AutoCloseableclose in interface Cursor<T>close in interface RawCursor<T,RuntimeException>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.