I was wondering if I can create an arraylist with info already in it...
Ex...
ArrayList playerinfo = [P0,[[1,2,3],[4,5,6]]]
If that makes sense.
The info I want in the arraylist will always be the same, as it will be what I am using to test my program.
However I need it to be in the same from as my randomly generated ArrayLists.
Thanks.