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