Then do what kenster421 said. Iterate through the array and add it all to the ArrayList.

One small fix though. Make the parameter an "E" array. (E[] array)



public ArrayList<E> test(E[]...