Uses of Class
isql.groupby.GroupKey

Packages that use GroupKey
isql.groupby   
 

Uses of GroupKey in isql.groupby
 

Methods in isql.groupby that return types with arguments of type GroupKey
 java.util.List<GroupKey> Groups.getGroupKeysInOriginalOrder()
           
 

Methods in isql.groupby with parameters of type GroupKey
 void Groups.add(GroupKey key, int rowIndex)
          The given row index has to be part of the given group
 int GroupKey.compareTo(GroupKey o)
           
 java.util.List<java.lang.Integer> Groups.getIndicesForGroupKey(GroupKey key)