Good day, I have a ArrayList
with a series of data:
=> 158 => 158=> 158=> 158=> 158=> 172=> 217=> 217=> 222 => 222=> 22 => 222
How could you group the numbers 158
in a list, in another list the 172
, in another list the 217
and finally in another list the 222
?.
Thank you in advance.