public class MapsTupleIterator extends Object implements ClosableIterator<Tuple>
| Constructor and Description |
|---|
MapsTupleIterator(org.neo4j.cypher.javacompat.ExecutionResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Tuple |
convert(Map<String,Object> next) |
boolean |
hasNext() |
Tuple |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MapsTupleIterator(org.neo4j.cypher.javacompat.ExecutionResult result)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ClosableIterator<Tuple>Copyright © 2010-2015 Hibernate. All Rights Reserved.