Package org.neo4j.gds.core.cypher
Class RelationshipWithIdCursorIterator
- java.lang.Object
-
- org.neo4j.gds.core.cypher.RelationshipWithIdCursorIterator
-
- All Implemented Interfaces:
java.util.Iterator<CypherRelationshipCursor>
public class RelationshipWithIdCursorIterator extends java.lang.Object implements java.util.Iterator<CypherRelationshipCursor>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()CypherRelationshipCursornext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<CypherRelationshipCursor>
-
next
public CypherRelationshipCursor next()
- Specified by:
nextin interfacejava.util.Iterator<CypherRelationshipCursor>
-
-