org.hydrateframework
Class ObjectCollection.IterHs

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

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

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


Constructor Summary
ObjectCollection.IterHs()
           
 
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.IterHs

public ObjectCollection.IterHs()
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.