Uses of Class
com.vladsch.flexmark.util.collection.iteration.ArrayIterable
-
Packages that use ArrayIterable Package Description com.vladsch.flexmark.util.collection.iteration -
-
Uses of ArrayIterable in com.vladsch.flexmark.util.collection.iteration
Methods in com.vladsch.flexmark.util.collection.iteration that return ArrayIterable Modifier and Type Method Description static <T> ArrayIterable<T>
ArrayIterable. of(T[] items)
-