org.mmbase.bridge
Interface NodeManagerList

All Superinterfaces:
BridgeList<NodeManager>, Collection<NodeManager>, Iterable<NodeManager>, List<NodeManager>
All Known Implementing Classes:
BasicNodeManagerList

public interface NodeManagerList
extends BridgeList<NodeManager>

A list of node managers

Version:
$Id: NodeManagerList.java,v 1.9 2007/02/10 15:47:42 nklasens Exp $
Author:
Pierre van Rooden

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.BridgeList
getProperty, setProperty, sort, sort, subList
 
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, toArray, toArray
 

Method Detail

getNodeManager

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

Parameters:
index - the position of the NodeManager to retrieve
Returns:
NodeManager at the indicated postion

nodeManagerIterator

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

Returns:
NodeManager iterator


MMBase build 1.9.0.20081107