Interface IterableUtils.Indexed<T>

Type Parameters:
T - Type of the items.
All Superinterfaces:
Serializable
Enclosing class:
IterableUtils

@Deprecated public static interface IterableUtils.Indexed<T> extends Serializable
Deprecated.
Represents an item with an index.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    Deprecated.
     
  • Method Details

    • getIndex

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

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