public class RelationshipSnapshotIterator extends org.neo4j.helpers.collection.PrefetchingIterator<org.neo4j.graphdb.Relationship> implements Iterator<org.neo4j.graphdb.Relationship>, Iterable<org.neo4j.graphdb.Relationship>
NodeSnapshot's Relationship iterator.| Constructor and Description |
|---|
RelationshipSnapshotIterator(org.neo4j.graphdb.Node node,
Iterable<org.neo4j.graphdb.Relationship> wrappedIterable,
TransactionDataContainer transactionDataContainer,
org.neo4j.graphdb.Direction direction,
org.neo4j.graphdb.RelationshipType... relationshipTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected org.neo4j.graphdb.Relationship |
fetchNextOrNull() |
Iterator<org.neo4j.graphdb.Relationship> |
iterator() |
hasNext, next, peek, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removeforEach, spliteratorpublic RelationshipSnapshotIterator(org.neo4j.graphdb.Node node,
Iterable<org.neo4j.graphdb.Relationship> wrappedIterable,
TransactionDataContainer transactionDataContainer,
org.neo4j.graphdb.Direction direction,
org.neo4j.graphdb.RelationshipType... relationshipTypes)
public Iterator<org.neo4j.graphdb.Relationship> iterator()
protected org.neo4j.graphdb.Relationship fetchNextOrNull()
fetchNextOrNull in class org.neo4j.helpers.collection.PrefetchingIterator<org.neo4j.graphdb.Relationship>Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.