SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.util
Class ProxyIterator

java.lang.Object
  |
  +--com.solarmetric.rd.kodo.util.ProxyIterator
All Implemented Interfaces:
java.util.Iterator

public class ProxyIterator
extends java.lang.Object
implements java.util.Iterator

Iterator type used by the various proxy types in this package; delegates to an internal iterator.


Constructor Summary
ProxyIterator(java.util.Iterator itr, java.lang.Object pc, java.lang.String fieldName, com.solarmetric.rd.kodo.util.ChangeManager cm)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyIterator

public ProxyIterator(java.util.Iterator itr,
                     java.lang.Object pc,
                     java.lang.String fieldName,
                     com.solarmetric.rd.kodo.util.ChangeManager cm)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.