public interface INodeIterator extends Iterator<AbstractNode>
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
The value of the key for the last entry visited by
Iterator.next() . |
AbstractNode |
getNode()
The value associated with the last node or leaf visited by
Iterator.next() . |
Object getKey()
Iterator.next()
.IllegalStateException
- if no entries have been visited.AbstractNode getNode()
Iterator.next()
.IllegalStateException
- if no entries have been visited.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.