Uses of Interface
de.xima.fc.utils.IterableUtils.Indexed
-
Packages that use IterableUtils.Indexed Package Description de.xima.fc.utils Package für Utilsklassen -
-
Uses of IterableUtils.Indexed in de.xima.fc.utils
Methods in de.xima.fc.utils that return types with arguments of type IterableUtils.Indexed Modifier and Type Method Description static <T> Iterable<IterableUtils.Indexed<T>>
IterableUtils. withIndex(Iterable<T> iterable)
Wraps an iterable and adds the index to each element.
-