org.mmbase.bridge.implementation
Class BasicRelationManagerList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.implementation.BasicList<E>
org.mmbase.bridge.implementation.AbstractNodeList<RelationManager>
org.mmbase.bridge.implementation.BasicRelationManagerList
- All Implemented Interfaces:
- Serializable, Iterable<RelationManager>, Collection<RelationManager>, List<RelationManager>, RandomAccess, BridgeList<RelationManager>, RelationManagerList
public class BasicRelationManagerList
- extends AbstractNodeList<RelationManager>
- implements RelationManagerList
A list of relation managers
- Version:
- $Id: BasicRelationManagerList.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 |
BasicRelationManagerList
public BasicRelationManagerList()
BasicRelationManagerList
public BasicRelationManagerList(Collection c,
Cloud cloud)
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 2.0-SNAPSHOT - null