org.mmbase.bridge.util
Class BridgeCollections.UnmodifiableNodeIterator
java.lang.Object
org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator<Node>
org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeIterator
- All Implemented Interfaces:
- Iterator<Node>, ListIterator<Node>, NodeIterator
- Enclosing class:
- BridgeCollections
static class BridgeCollections.UnmodifiableNodeIterator
- extends BridgeCollections.UnmodifiableListIterator<Node>
- 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 |
BridgeCollections.UnmodifiableNodeIterator
BridgeCollections.UnmodifiableNodeIterator(NodeIterator i)
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