public class LinkingCursor extends Object implements Cursor<Neo4JErsatz>
Cursor
that for another cursor of PropertyContainer
s
from some entity return ersatz objects for the stored records.Constructor and Description |
---|
LinkingCursor(Cursor<? extends org.neo4j.graphdb.PropertyContainer> it,
EOEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Neo4JErsatz |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public Neo4JErsatz next()
next
in interface Iterator<Neo4JErsatz>
public boolean hasNext()
hasNext
in interface Iterator<Neo4JErsatz>
public void remove()
remove
in interface Iterator<Neo4JErsatz>
public void close()
close
in interface Cursor<Neo4JErsatz>
Copyright © 2002 – 2024 Project Wonder.