Interface XIterableUtils.Indexed<T>

Type Parameters:
T - Type of the items.
All Superinterfaces:
Map.Entry<Integer,T>, Serializable
Enclosing class:
XIterableUtils

public static interface XIterableUtils.Indexed<T> extends Map.Entry<Integer,T>, Serializable
Represents an item with an index.
Since:
8.2.0
Author:
XIMA MEDIA GmbH