org.mmbase.bridge.util
Class BridgeCollections.UnmodifiableNodeManagerIterator
java.lang.Object
org.mmbase.bridge.util.BridgeCollections.UnmodifiableListIterator<NodeManager>
org.mmbase.bridge.util.BridgeCollections.UnmodifiableNodeManagerIterator
- All Implemented Interfaces:
- Iterator<NodeManager>, ListIterator<NodeManager>, NodeManagerIterator
- Enclosing class:
- BridgeCollections
static class BridgeCollections.UnmodifiableNodeManagerIterator
- extends BridgeCollections.UnmodifiableListIterator<NodeManager>
- implements NodeManagerIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeCollections.UnmodifiableNodeManagerIterator
BridgeCollections.UnmodifiableNodeManagerIterator(NodeManagerIterator i)
nextNodeManager
public NodeManager nextNodeManager()
- Description copied from interface:
NodeManagerIterator
- Returns the next element in the iterator as a NodeManager
- Specified by:
nextNodeManager in interface NodeManagerIterator
- Returns:
- next node manager
previousNodeManager
public NodeManager previousNodeManager()
- Description copied from interface:
NodeManagerIterator
- Returns the previous element in the iterator as a NodeManager
- Specified by:
previousNodeManager in interface NodeManagerIterator
- Returns:
- previous node manager
MMBase 2.0-SNAPSHOT - null