org.mmbase.bridge.implementation
Class SimpleNodeList.SimpleNodeIterator
java.lang.Object
org.mmbase.bridge.implementation.BasicList.BasicIterator
org.mmbase.bridge.implementation.SimpleNodeList.SimpleNodeIterator
- All Implemented Interfaces:
- Iterator<Node>, ListIterator<Node>, NodeIterator
- Enclosing class:
- SimpleNodeList
protected class SimpleNodeList.SimpleNodeIterator
- extends BasicList.BasicIterator
- implements NodeIterator
|
Method Summary |
Node |
nextNode()
Returns the next element in the iterator as a Node |
Node |
previousNode()
Returns the previous element in the iterator as a Node |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleNodeList.SimpleNodeIterator
protected SimpleNodeList.SimpleNodeIterator()
nextNode
public Node nextNode()
- Description copied from interface:
NodeIterator
- Returns the next element in the iterator as a Node
- Specified by:
nextNode in interface NodeIterator
- Returns:
- next Node
previousNode
public Node previousNode()
- Description copied from interface:
NodeIterator
- Returns the previous element in the iterator as a Node
- Specified by:
previousNode in interface NodeIterator
- Returns:
- previous Node
MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34