org.mmbase.bridge.util
Class BridgeCollections.UnmodifiableNodeIterator

java.lang.Object
  extended by org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator<Node>
      extended by 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


Field Summary
 
Fields inherited from class org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
i
 
Constructor Summary
BridgeCollections.UnmodifiableNodeIterator(NodeIterator i)
           
 
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 org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Constructor Detail

BridgeCollections.UnmodifiableNodeIterator

BridgeCollections.UnmodifiableNodeIterator(NodeIterator i)
Method Detail

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


MMBase 2.0-SNAPSHOT - null