Interface LoopStatus

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getCurrent()
      Retrieves the current item in the iteration.
      int getIndex()
      Retrieves the index of the current round of the iteration (0-based).
    • Method Detail

      • getIndex

        int getIndex()
        Retrieves the index of the current round of the iteration (0-based).
      • getCurrent

        java.lang.Object getCurrent()
        Retrieves the current item in the iteration.