티스토리 뷰

공부

[Java] List partition by chunk size

승가비 2020. 6. 7. 15:36
728x90
Lists.partition(java.util.List, int)

https://stackoverflow.com/questions/12026885/is-there-a-common-java-utility-to-break-a-list-into-batches

 

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

'공부' 카테고리의 다른 글

[Java] Generic method  (0) 2020.06.07
[Hbase] Delete column family  (0) 2020.06.07
[jenkins] restart  (0) 2020.05.31
[Sh] curl GET & POST  (0) 2020.05.31
[Hive] document  (0) 2020.05.31
댓글