public class MapsTupleIterator extends Object implements ClosableIterator<Tuple>
| Constructor and Description |
|---|
MapsTupleIterator(org.neo4j.graphdb.Result 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 void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ClosableIterator<Tuple>Copyright © 2010–2016 Hibernate. All rights reserved.