org.mmbase.bridge.util
Class BridgeCollections.EmptyRelationManagerList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<RelationManager>
org.mmbase.bridge.util.BridgeCollections.EmptyRelationManagerList
- All Implemented Interfaces:
- Serializable, Iterable<RelationManager>, Collection<RelationManager>, List<RelationManager>, BridgeList<RelationManager>, RelationManagerList
- Enclosing class:
- BridgeCollections
static class BridgeCollections.EmptyRelationManagerList
- extends BridgeCollections.EmptyBridgeList<RelationManager>
- implements RelationManagerList
| 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.EmptyRelationManagerList
BridgeCollections.EmptyRelationManagerList()
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
readResolve
protected Object readResolve()
MMBase 2.0-SNAPSHOT - null