As an alternative, you can pass a simple statement during the constructor call of ArrayList:
myNewArrayList = new ArrayList<>({ addAll(Arrays.asList(myArray)); });