공부
[Java] List partition by chunk size
승가비
2020. 6. 7. 15:36
728x90
Lists.partition(java.util.List, int)
Is there a common Java utility to break a list into batches?
I wrote myself a utility to break a list into batches of given size. I just wanted to know if there is already any apache commons util for this. public static List<list></list
stackoverflow.com
728x90