public interface NodeIterator
Modifier and Type | Method and Description |
---|---|
NodePointer |
getNodePointer()
Get the NodePointer at the current position.
|
int |
getPosition()
Get the current iterator position.
|
boolean |
setPosition(int position)
Set the new current position.
|
int getPosition()
boolean setPosition(int position)
position
- the position to settrue
if there is a node at position
.NodePointer getNodePointer()
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.