org.mmbase.bridge.util
Class BridgeCollections.EmptyRelationManagerList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList<RelationManager>
              extended by 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


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
BridgeCollections.EmptyRelationManagerList()
           
 
Method Summary
 RelationManager getRelationManager(int index)
          Returns the RelationManager at the indicated postion in the list
protected  Object readResolve()
           
 RelationManagerIterator relationManagerIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from class org.mmbase.bridge.util.BridgeCollections.EmptyBridgeList
contains, get, getProperties, getProperty, setProperty, size, sort, sort, subList
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

BridgeCollections.EmptyRelationManagerList

BridgeCollections.EmptyRelationManagerList()
Method Detail

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