public class ListUtils extends Object
ListUtils()
static <T> List<List<T>>
partition(List<T> list, int size)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListUtils()
public static <T> List<List<T>> partition(List<T> list, int size)
T
list
size
Copyright © 2022. All rights reserved.