Package de.xima.fc.utils
Interface IterableUtils.Indexed<T>
- All Superinterfaces:
Serializable
- Enclosing class:
- IterableUtils
Represents an item with an index.
-
Method Summary
-
Method Details
-
getIndex
int getIndex()- Returns:
- The index of the current item
-
getValue
T getValue()- Returns:
- The value of the current item.
-