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.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyIterator
public ProxyIterator(Iterator itr,
Object pc,
String fieldName,
ChangeManager cm)
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
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.