public class JavaForCmd
extends java.lang.Object
implements Command
This class implements the built-in "java::for" command.
This command is semantically equivalent to the enhanced
Java for statement in JDK 1.5 and newer. It is used
to iterate over Collections and can also be used for arrays.