org.mmbase.bridge.implementation
Class BasicNodeManagerList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.implementation.BasicList<E>
org.mmbase.bridge.implementation.AbstractNodeList<NodeManager>
org.mmbase.bridge.implementation.BasicNodeManagerList
- All Implemented Interfaces:
- Serializable, Iterable<NodeManager>, Collection<NodeManager>, List<NodeManager>, RandomAccess, BridgeList<NodeManager>, NodeManagerList
public class BasicNodeManagerList
- extends AbstractNodeList<NodeManager>
- implements NodeManagerList
A list of node managers
- Version:
- $Id: BasicNodeManagerList.java 41943 2010-04-16 17:18:19Z michiel $
- Author:
- Pierre van Rooden
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.implementation.BasicList |
add, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArray |
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange |
| 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 |
BasicNodeManagerList
BasicNodeManagerList()
BasicNodeManagerList
public BasicNodeManagerList(Collection c,
Cloud cloud)
convert
protected NodeManager convert(Object o)
- Description copied from class:
BasicList
- converts the object in the list to the excpected format
- Overrides:
convert in class AbstractNodeList<NodeManager>
getNodeManager
public NodeManager getNodeManager(int index)
- Description copied from interface:
NodeManagerList
- Returns the NodeManager at the indicated postion in the list
- Specified by:
getNodeManager in interface NodeManagerList
- Parameters:
index - the position of the NodeManager to retrieve
- Returns:
- NodeManager at the indicated postion
nodeManagerIterator
public NodeManagerIterator nodeManagerIterator()
- Description copied from interface:
NodeManagerList
- Returns an type-specific iterator for this list.
- Specified by:
nodeManagerIterator in interface NodeManagerList
- Returns:
- NodeManager iterator
subNodeManagerList
public NodeManagerList subNodeManagerList(int fromIndex,
int toIndex)
MMBase 2.0-SNAPSHOT - null