Uses of Class
gg.jte.support.ForSupport
-
Packages that use ForSupport Package Description gg.jte.support -
-
Uses of ForSupport in gg.jte.support
Methods in gg.jte.support that return ForSupport Modifier and Type Method Description static <T> ForSupport<T>ForSupport. of(java.lang.Iterable<T> iterable)static <T> ForSupport<T>ForSupport. of(T[] array)Methods in gg.jte.support that return types with arguments of type ForSupport Modifier and Type Method Description java.util.Iterator<ForSupport<T>>ForSupport. iterator()
-