copy all elements from a setList to arrayList java code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);