Class MutableCollectionIterate
- java.lang.Object
-
- org.eclipse.collections.impl.utility.internal.MutableCollectionIterate
-
public final class MutableCollectionIterate extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MutableCollectionIterate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> RichIterable<RichIterable<T>>
chunk(MutableCollection<T> collection, int size)
-
-
-
Method Detail
-
chunk
public static <T> RichIterable<RichIterable<T>> chunk(MutableCollection<T> collection, int size)
-
-