I have the following data:
class Param{ Long id; String name; Date date; } List myList = new ArrayList<>(); myList.add(new Par