org.mmbase.bridge.implementation
Class BasicRelationManagerList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.mmbase.bridge.implementation.BasicList
org.mmbase.bridge.implementation.BasicNodeList
org.mmbase.bridge.implementation.BasicNodeManagerList
org.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
| 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 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 |
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