Package app.babylon.table.grouping
Class GroupBy
java.lang.Object
app.babylon.table.grouping.GroupBy
Grouping result keyed by group values and holding one table view per group.
-
Constructor Summary
ConstructorsConstructorDescriptionGroupBy(Map<GroupKey, TableColumnar> groupedTables) Creates a grouping result from grouped tables. -
Method Summary
Modifier and TypeMethodDescriptionCopies the grouped tables into the supplied destination map.
-
Constructor Details
-
GroupBy
Creates a grouping result from grouped tables.- Parameters:
groupedTables- grouped table map
-
-
Method Details
-
getGroupedTables
Copies the grouped tables into the supplied destination map.- Parameters:
x- destination map ornull- Returns:
- destination map containing the grouped tables
-