Package app.babylon.table.grouping
Interface GroupKey
- All Superinterfaces:
Comparable<GroupKey>
- All Known Implementing Classes:
GroupKey.ElementsGroupKey
Represents a composite grouping key made up of one or more ordered key
components.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
of
-
getComponent
-
size
int size() -
getFirst
-
getSecond
-
getLast
-
compareTo
- Specified by:
compareToin interfaceComparable<GroupKey>
-