Method Summary |
|
public long | getPosition() Returns the current position. |
public long | getSize() Returns the total number of nodes. |
public boolean | hasNext() Returns true if there are more nodes. |
public Object | next() Returns the next node. |
public Node | nextNode() Returns the next node. |
public void | remove() Removes the current item. |
public void | skip(long skipNum) Skips the next 'n' nodes. |