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.
-
InitIteration()
- Initialize regular iteration over the elements of an ordered structure
-
InitIterationReverse()
- Initialize reverse iteration over the elements of an ordered structure
-
NextIteration()
- Iteration over the elements of a structure
InitIteration
public abstract void InitIteration()
- Initialize regular iteration over the elements of an ordered structure
InitIterationReverse
public abstract void InitIterationReverse()
- Initialize reverse iteration over the elements of an ordered structure
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