Interface IterableUtils.Indexed<T>

All Superinterfaces:
Serializable
Enclosing class:
IterableUtils

public static interface IterableUtils.Indexed<T> extends Serializable
Represents an item with an index.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
  • Method Details

    • getIndex

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

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