org.xorm
Class RelationshipProxy.RelationshipProxyIterator

java.lang.Object
  |
  +--org.xorm.CollectionProxy.ProxyIterator
        |
        +--org.xorm.RelationshipProxy.RelationshipProxyIterator
All Implemented Interfaces:
Iterator
Enclosing class:
RelationshipProxy

protected class RelationshipProxy.RelationshipProxyIterator
extends CollectionProxy.ProxyIterator


Field Summary
 
Fields inherited from class org.xorm.CollectionProxy.ProxyIterator
inner, lastRow, valid
 
Constructor Summary
protected RelationshipProxy.RelationshipProxyIterator()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class org.xorm.CollectionProxy.ProxyIterator
close, hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipProxy.RelationshipProxyIterator

protected RelationshipProxy.RelationshipProxyIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator
Overrides:
remove in class CollectionProxy.ProxyIterator


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/RelationshipProxy.RelationshipProxyIterator.html,v 1.4 2004/05/30 08:55:03 wbiggs Exp $