public final class CollectionUtils extends Object
static <T> List<List<T>>
divideIterable(Iterable<T> source, int subListSize)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> List<List<T>> divideIterable(Iterable<T> source, int subListSize)
Copyright © 2017. All rights reserved.