org.hydrateframework
Class ObjectCollection.Iter

java.lang.Object
  extended by org.hydrateframework.ObjectCollection.Iter
All Implemented Interfaces:
java.util.Iterator<E>
Enclosing class:
ObjectCollection<E extends HydrateObject>

public class ObjectCollection.Iter
extends java.lang.Object
implements java.util.Iterator<E>

This nested class implements an iterator that can be used to scan a business object collection.


Constructor Summary
ObjectCollection.Iter()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCollection.Iter

public ObjectCollection.Iter()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<E extends HydrateObject>

next

public E next()
Specified by:
next in interface java.util.Iterator<E extends HydrateObject>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<E extends HydrateObject>


Copyright © 2000 The Hydrate Project. All Rights Reserved.