30
Tạo ArrayList từ mảng
Tôi có một mảng được khởi tạo như: Element[] array = {new Element(1), new Element(2), new Element(3)}; Tôi muốn chuyển đổi mảng này thành một đối tượng của ArrayListlớp. ArrayList<Element> arraylist = ???;