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 T get()
get in interface org.neo4j.function.Supplier<T>get in interface org.neo4j.function.ThrowingSupplier<T,RuntimeException>Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.