Interface IterableUtils.Indexed<T>

    • Method Detail

      • getIndex

        int getIndex()
        Returns:
        The index of the current item
      • getValue

        T getValue()
        Returns:
        The value of the current item.