Hi Marco
I do not want to copy the entire arraylist to the location arraylist.
I want to copy from the element arraylist and place, the water/fuel tank objects into their particular locations in the location arraylist.
the location arraylist will be based on locations, such as Michigan, Ohio, Indiana, etc.
The second element arraylist will consists of
water or fuel tanks, and the water and fuel tank info.
Michigan - location arraylist index 0
-- Michigan Water tank 1 -- element arraylist index 1
-- Michigan Water tank 2 -- element arraylist index 3
-- Michigan Fuel tank 1 -- element arraylist index 4
Ohio - location arraylist index 1
-- Ohio Water tank 1 -- element arraylist index 5
-- Ohio Water tank 2 -- element arraylist index 2
-- Ohio Fuel tank 1 -- element arraylist index 6
etc..