public interface AxisEnumeration extends NodeEnumeration, LastPositionFinder
Modifier and Type | Method and Description |
---|---|
int |
getLastPosition()
Get the last position
|
boolean |
hasMoreElements()
Determine whether there are more nodes to come.
|
NodeInfo |
nextElement()
Get the next node in sequence.
|
isPeer, isReverseSorted, isSorted
boolean hasMoreElements()
hasMoreElements
in interface NodeEnumeration
NodeInfo nextElement()
nextElement
in interface NodeEnumeration
int getLastPosition()
getLastPosition
in interface LastPositionFinder