Java: how can I split an ArrayList in multiple small ArrayLists ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-24T07:11:51Z Indexed on 2010/05/24 7:21 UTC
Read the original article Hit count: 159

Filed under:

hi,

how can split an ArrayList (size=1000) in multiple ArrayLists of the same size (=10) ?

ArrayList results;

Thanks

© Stack Overflow or respective owner

Related posts about java