Uses of Interface
org.mmbase.bridge.RelationManagerIterator

Packages that use RelationManagerIterator
org.mmbase.bridge The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface). 
org.mmbase.bridge.implementation This package provides the basic implementations for the interfaces of org.mmbase.bridge. 
org.mmbase.bridge.util This package contains several bridge related classes which can be used independently of the rest of MMBase. 
 

Uses of RelationManagerIterator in org.mmbase.bridge
 

Methods in org.mmbase.bridge that return RelationManagerIterator
 RelationManagerIterator RelationManagerList.relationManagerIterator()
          Returns an type-specific iterator for this list.
 

Uses of RelationManagerIterator in org.mmbase.bridge.implementation
 

Classes in org.mmbase.bridge.implementation that implement RelationManagerIterator
protected  class BasicRelationManagerList.BasicRelationManagerIterator
           
 

Methods in org.mmbase.bridge.implementation that return RelationManagerIterator
 RelationManagerIterator BasicRelationManagerList.relationManagerIterator()
           
 

Uses of RelationManagerIterator in org.mmbase.bridge.util
 

Classes in org.mmbase.bridge.util that implement RelationManagerIterator
(package private) static class BridgeCollections.UnmodifiableRelationManagerIterator
           
 

Methods in org.mmbase.bridge.util that return RelationManagerIterator
 RelationManagerIterator BridgeCollections.UnmodifiableRelationManagerList.relationManagerIterator()
           
 RelationManagerIterator BridgeCollections.EmptyRelationManagerList.relationManagerIterator()
           
 

Constructors in org.mmbase.bridge.util with parameters of type RelationManagerIterator
BridgeCollections.UnmodifiableRelationManagerIterator(RelationManagerIterator i)
           
 



MMBase 2.0-SNAPSHOT - null