Uses of Class
org.eclipse.collections.impl.lazy.CompositeIterable
-
Packages that use CompositeIterable Package Description org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface. -
-
Uses of CompositeIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return CompositeIterable Modifier and Type Method Description static <T> CompositeIterable<T>
CompositeIterable. with(java.lang.Iterable<T>... iterables)
-