abstract class ModelIterator<E extends DMXObjectModel> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
private org.neo4j.graphdb.Node |
nextNode |
private Iterator<org.neo4j.graphdb.Node> |
nodes |
private NodeType |
nodeType |
protected Neo4jStorage |
storage |
Constructor and Description |
---|
ModelIterator(Neo4jStorage storage,
NodeType nodeType) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract E |
buildModel(org.neo4j.graphdb.Node node) |
private org.neo4j.graphdb.Node |
fetchNextNode() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected Neo4jStorage storage
private org.neo4j.graphdb.Node nextNode
ModelIterator(Neo4jStorage storage, NodeType nodeType)
public boolean hasNext()
hasNext
in interface Iterator<E extends DMXObjectModel>
public void remove()
remove
in interface Iterator<E extends DMXObjectModel>
abstract E buildModel(org.neo4j.graphdb.Node node)
private org.neo4j.graphdb.Node fetchNextNode()
Copyright © 2018. All Rights Reserved.