org.mmbase.bridge
Interface RelationManagerList

Package class diagram package RelationManagerList
All Superinterfaces:
BridgeList<RelationManager>, Collection<RelationManager>, Iterable<RelationManager>, List<RelationManager>
All Known Implementing Classes:
BasicRelationManagerList, BridgeCollections.EmptyRelationManagerList, BridgeCollections.UnmodifiableRelationManagerList

public interface RelationManagerList
extends BridgeList<RelationManager>

A list of Relation Managers

Version:
$Id: RelationManagerList.java 44632 2011-01-06 22:19:55Z michiel $
Author:
Pierre van Rooden

Method Summary
 RelationManager getRelationManager(int index)
          Returns the RelationManager at the indicated position in the list
 RelationManagerIterator relationManagerIterator()
          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

getRelationManager

RelationManager getRelationManager(int index)
Returns the RelationManager at the indicated position in the list

Parameters:
index - the position of the RelationManager to retrieve
Returns:
RelationManager at the indicated position

relationManagerIterator

RelationManagerIterator relationManagerIterator()
Returns an type-specific iterator for this list.

Returns:
RelationManager iterator


MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34