org.mmbase.bridge
Interface NodeManagerList

All Superinterfaces:
BridgeList, java.util.Collection, java.util.List, NodeList
All Known Subinterfaces:
RelationManagerList
All Known Implementing Classes:
BasicNodeManagerList, BasicRelationManagerList

public interface NodeManagerList
extends NodeList

A list of node managers

Version:
$Id: NodeManagerList.java,v 1.6 2003/03/04 13:44:40 nico Exp $
Author:
Pierre van Rooden

Field Summary
 
Fields inherited from interface org.mmbase.bridge.NodeList
QUERY_PROPERTY
 
Method Summary
 NodeManager getNodeManager(int index)
          Returns the NodeManager at the indicated postion in the list
 NodeManagerIterator nodeManagerIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from interface org.mmbase.bridge.NodeList
getNode, nodeIterator, subNodeList
 
Methods inherited from interface org.mmbase.bridge.BridgeList
getProperty, setProperty, sort, sort
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getNodeManager

public NodeManager getNodeManager(int index)
Returns the NodeManager at the indicated postion in the list

Parameters:
index - the position of the NodeManager to retrieve

nodeManagerIterator

public NodeManagerIterator nodeManagerIterator()
Returns an type-specific iterator for this list.



MMBase build 1.7.1.20041002