Package de.xima.fc.utils
Class IterableUtils
- java.lang.Object
-
- de.xima.fc.utils.IterableUtils
-
public final class IterableUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IterableUtils.Indexed<T>
Represents an item with an index.
-
Constructor Summary
Constructors Constructor Description IterableUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Iterable<IterableUtils.Indexed<T>>
withIndex(Iterable<T> iterable)
-
-
-
Method Detail
-
withIndex
public static <T> Iterable<IterableUtils.Indexed<T>> withIndex(Iterable<T> iterable)
-
-