Interface ForEach

  • All Known Implementing Classes:
    ForEachImpl

    public interface ForEach
    Used to denote a collection of elements. Currently, only ComponentInfo uses it to represent the forEach attribute.
    Author:
    tomyeh
    • Method Detail

      • next

        boolean next()
        Advanced to the next element.
        Returns:
        false if there is no more element.