Package app.babylon.table.grouping
Class GroupKey.ElementsGroupKey
java.lang.Object
app.babylon.table.grouping.GroupKey.ElementsGroupKey
- All Implemented Interfaces:
GroupKey,Comparable<GroupKey>
- Enclosing interface:
GroupKey
Concrete group-key implementation backed by an object array.
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getComponent
Description copied from interface:GroupKeyReturns one key component.- Specified by:
getComponentin interfaceGroupKey- Parameters:
i- component index- Returns:
- key component
-
size
public int size()Description copied from interface:GroupKeyReturns the number of key components.
-