public void copy(List<Integer> destination) { linklist code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);