org.nodal.model
Interface NodeVersion.Iterator

All Superinterfaces:
java.util.Iterator
Enclosing interface:
NodeVersion

public static interface NodeVersion.Iterator
extends java.util.Iterator

Created on Oct 20, 2003

Author:
leei

Method Summary
 NodeVersion nextVersion()
          Returns the next NodeVersion record for this Iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextVersion

public NodeVersion nextVersion()
Returns the next NodeVersion record for this Iterator.

Returns:
the next NodeVersion element