iterate

Iterates over an array.

Arguments

NameDescriptionRequired
classThe element's Java-class.No, defaults to java.lang.Object.
varThe name of the current element.No, defaults to 'current'.
enumeratorThe name of the index.No, defaults to 'index'.
sourceThe array.Yes.

Inline

Inline text is ignored.