org.xorm
Class CollectionProxy.ProxyIterator

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

protected class CollectionProxy.ProxyIterator
extends Object
implements Iterator


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

Field Detail

inner

protected Iterator inner

lastRow

protected Row lastRow

valid

protected boolean valid
Constructor Detail

CollectionProxy.ProxyIterator

protected CollectionProxy.ProxyIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

close

public void close()


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