Interface XIterableUtils.Indexed<T>
- Type Parameters:
T- Type of the items.
- All Superinterfaces:
Map.Entry<Integer,T>, Serializable
- Enclosing class:
XIterableUtils
Represents an item with an index.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getIndex
int getIndex()- Returns:
- The index of the current item
-
getKey
-
getValue
-
setValue
-