JBIterable.from(Iterable)
and JBIterable.split(int, boolean)
directly.@Deprecated
public class CollectionSplitter<T>
extends java.lang.Object
Constructor and Description |
---|
CollectionSplitter(int bunchSize)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<T>> |
split(java.util.Collection<T> in)
Deprecated.
|