Are there standard packages in java 7 for grouping and sorting
list<map<String,Object>> ?
This is a set of rows in which the data lie By column names, View so to speak tables with columns.
For example, an object contains a report, each line of which contains 5 entities (id1..id5 - unique identifiers of entities, sum1-sum5 - the corresponding amounts and date1-date5 - dates).
you need to sort the strings based on grouping by all id, group by date, inside the group - by amount.