SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

com.solarmetric.kodo.util
Class ProxyIterator

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

public class ProxyIterator
extends Object
implements Iterator

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


Constructor Summary
ProxyIterator(Iterator itr, Object pc, String fieldName, ChangeManager cm)
           
 
Method Summary
 boolean hasNext()
           
 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(Iterator itr,
                     Object pc,
                     String fieldName,
                     ChangeManager cm)
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

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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