simkin
Interface ExecutableIterator
- All Known Implementing Classes:
- TreeNodeObjectEnumerator, XMLElementObjectEnumerator
- public interface ExecutableIterator
This interface is implemented by objects can iterate over Executable objects. This class is used by the interpreter in the foreach statement.
Method Summary |
java.lang.Object |
next()
this method returns the next object in the enumeration, or null if the enumeration is ended |
next
public java.lang.Object next()
- this method returns the next object in the enumeration, or null if the enumeration is ended