Uses of Interface
app.babylon.table.grouping.GroupKey
Packages that use GroupKey
-
Uses of GroupKey in app.babylon.table.grouping
Classes in app.babylon.table.grouping that implement GroupKeyModifier and TypeClassDescriptionstatic final classConcrete group-key implementation backed by an object array.Methods in app.babylon.table.grouping that return GroupKeyModifier and TypeMethodDescriptionstatic GroupKeyCreates a group key from ordered key components.Methods in app.babylon.table.grouping that return types with arguments of type GroupKeyModifier and TypeMethodDescriptionGroupBy.getGroupedTables(Map<GroupKey, TableColumnar> x) Copies the grouped tables into the supplied destination map.Methods in app.babylon.table.grouping with parameters of type GroupKeyMethod parameters in app.babylon.table.grouping with type arguments of type GroupKeyModifier and TypeMethodDescriptionGroupBy.getGroupedTables(Map<GroupKey, TableColumnar> x) Copies the grouped tables into the supplied destination map.Constructor parameters in app.babylon.table.grouping with type arguments of type GroupKeyModifierConstructorDescriptionGroupBy(Map<GroupKey, TableColumnar> groupedTables) Creates a grouping result from grouped tables.