org.mmbase.bridge.util
Class CollectionRelationList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.AbstractBridgeList<E>
org.mmbase.bridge.util.AbstractCollectionNodeList<Relation>
org.mmbase.bridge.util.CollectionRelationList
- All Implemented Interfaces:
- Iterable<Relation>, Collection<Relation>, List<Relation>, BridgeList<Relation>, RelationList
public class CollectionRelationList
- extends AbstractCollectionNodeList<Relation>
- implements RelationList
A list of Relations, based on a Collection of Nodes
- Since:
- MMBase-1.8
- Version:
- $Id: CollectionRelationList.java 41943 2010-04-16 17:18:19Z michiel $
- Author:
- Michiel Meeuwissen
| 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 |
CollectionRelationList
public CollectionRelationList(Collection<? extends Node> c,
NodeManager nodeManager)
CollectionRelationList
public CollectionRelationList(Collection<? extends Node> c,
Cloud cloud)
getRelation
public Relation getRelation(int index)
- Description copied from interface:
RelationList
- Returns the Relation at the indicated postion in the list
- Specified by:
getRelation in interface RelationList
- Parameters:
index - the position of the Relation to retrieve
- Returns:
- Relation at the indicated postion
subList
public CollectionRelationList subList(int fromIndex,
int toIndex)
- Specified by:
subList in interface List<Relation>- Specified by:
subList in interface BridgeList<Relation>- Specified by:
subList in class AbstractBridgeList<Relation>
subRelationList
public CollectionRelationList subRelationList(int fromIndex,
int toIndex)
- Description copied from interface:
RelationList
- Returns a sublist of this list.
- Specified by:
subRelationList in interface RelationList
- Parameters:
fromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)
- Returns:
- sublist of this list
relationIterator
public RelationIterator relationIterator()
- Description copied from interface:
RelationList
- Returns an type-specific iterator for this list.
- Specified by:
relationIterator in interface RelationList
- Returns:
- Relation iterator
MMBase 2.0-SNAPSHOT - null