org.mmbase.bridge
Interface NodeManagerList

All Superinterfaces:
BridgeList<NodeManager>, Collection<NodeManager>, Iterable<NodeManager>, List<NodeManager>
All Known Implementing Classes:
BasicNodeManagerList, BridgeCollections.EmptyNodeManagerList, BridgeCollections.UnmodifiableNodeManagerList

public interface NodeManagerList
extends BridgeList<NodeManager>

A list of node managers

Version:
$Id: NodeManagerList.java 41186 2010-02-26 17:54:31Z michiel $
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
getProperties, 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 2.0-SNAPSHOT - null