org.mmbase.bridge.implementation
Class BasicRelationManagerList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byorg.mmbase.bridge.implementation.BasicList
                  extended byorg.mmbase.bridge.implementation.BasicNodeList
                      extended byorg.mmbase.bridge.implementation.BasicNodeManagerList
                          extended byorg.mmbase.bridge.implementation.BasicRelationManagerList
All Implemented Interfaces:
BridgeList, Cloneable, Collection, List, NodeList, NodeManagerList, RandomAccess, RelationManagerList, Serializable

public class BasicRelationManagerList
extends BasicNodeManagerList
implements RelationManagerList

A list of relation managers

Version:
$Id: BasicRelationManagerList.java,v 1.15 2005/10/12 00:37:05 michiel Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Nested Class Summary
protected  class BasicRelationManagerList.BasicRelationManagerIterator
           
 
Nested classes inherited from class org.mmbase.bridge.implementation.BasicNodeManagerList
BasicNodeManagerList.BasicNodeManagerIterator
 
Nested classes inherited from class org.mmbase.bridge.implementation.BasicNodeList
BasicNodeList.BasicNodeIterator
 
Nested classes inherited from class org.mmbase.bridge.implementation.BasicList
BasicList.BasicIterator
 
Field Summary
 
Fields inherited from class org.mmbase.bridge.implementation.BasicNodeList
cloud, nodeManager
 
Fields inherited from class java.util.AbstractList
modCount
 
Fields inherited from interface org.mmbase.bridge.NodeList
NODESTEP_PROPERTY, QUERY_PROPERTY
 
Method Summary
 RelationManager getRelationManager(int index)
          Returns the RelationManager at the indicated postion in the list
 RelationManagerIterator relationManagerIterator()
          Returns an type-specific iterator for this list.
 RelationManagerList subRelationManagerList(int fromIndex, int toIndex)
           
protected  Object validate(Object o)
           
 
Methods inherited from class org.mmbase.bridge.implementation.BasicNodeManagerList
getNodeManager, nodeManagerIterator, subNodeManagerList
 
Methods inherited from class org.mmbase.bridge.implementation.BasicNodeList
castToNodeManager, convert, getNode, nodeIterator, subNodeList
 
Methods inherited from class org.mmbase.bridge.implementation.BasicList
add, add, contains, convertAll, get, getProperty, remove, removeAll, set, setProperty, sort, sort, toArray
 
Methods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, removeRange, size, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mmbase.bridge.NodeManagerList
getNodeManager, nodeManagerIterator
 
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

validate

protected Object validate(Object o)
                   throws ClassCastException,
                          IllegalArgumentException
Overrides:
validate in class BasicNodeManagerList
Throws:
ClassCastException
IllegalArgumentException

getRelationManager

public RelationManager getRelationManager(int index)
Description copied from interface: RelationManagerList
Returns the RelationManager at the indicated postion in the list

Specified by:
getRelationManager in interface RelationManagerList
Parameters:
index - the position of the RelationManager to retrieve
Returns:
RelationManager at the indicated postion

relationManagerIterator

public RelationManagerIterator relationManagerIterator()
Description copied from interface: RelationManagerList
Returns an type-specific iterator for this list.

Specified by:
relationManagerIterator in interface RelationManagerList
Returns:
RelationManager iterator

subRelationManagerList

public RelationManagerList subRelationManagerList(int fromIndex,
                                                  int toIndex)


MMBase build 1.8.1.20060716