how to map list to another list with another object android code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);