how to create an Array list and add an array as value? code example Example: java array to arraylist List<Element> list = Arrays.asList(array);