org.mmbase.bridge.util
Class BridgeCollections.EmptyRelationList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<Relation>
org.mmbase.bridge.util.BridgeCollections.EmptyRelationList
- All Implemented Interfaces:
- Serializable, Iterable<Relation>, Collection<Relation>, List<Relation>, BridgeList<Relation>, RelationList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyRelationList
- extends BridgeCollections.EmptyBridgeList<Relation>
- implements RelationList
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set |
| 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 |
BridgeCollections.EmptyRelationList
BridgeCollections.EmptyRelationList()
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
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
subRelationList
public RelationList 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
readResolve
protected Object readResolve()
MMBase 2.0-SNAPSHOT - null