Interface mheg5.UTL.Iterator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface mheg5.UTL.Iterator

public interface Iterator
extends Object
The Interface definition for an iteration over an object structure.

Method Index

 o InitIteration()
Initialize regular iteration over the elements of an ordered structure
 o InitIterationReverse()
Initialize reverse iteration over the elements of an ordered structure
 o NextIteration()
Iteration over the elements of a structure

Methods

 o InitIteration
  public abstract void InitIteration()
Initialize regular iteration over the elements of an ordered structure
 o InitIterationReverse
  public abstract void InitIterationReverse()
Initialize reverse iteration over the elements of an ordered structure
 o NextIteration
  public abstract Object NextIteration()
Iteration over the elements of a structure
Returns:
Object (the next object of the iteration or null )

All Packages  Class Hierarchy  This Package  Previous  Next  Index