| Constructor and Description |
|---|
PositionedIterator(Iterator<? extends T> iterator)
Creates an instance of the class, wrapping iterator
|
| Modifier and Type | Method and Description |
|---|---|
T |
current()
Returns the current node.
|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic T current()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.