ModuleSortResult
com.kesoftware.imu.ModuleSortResult
com.kesoftware.imu.ModuleSortResult
Since: 1.0
Description
Provides results from a call to the Module
sort( )
method. This is a recursive structure holding the
information for one sort key. Information for secondary, tertiary and
subsequent sort keys is stored in nested ModuleSortResult
objects.
Properties
Property |
Details |
---|---|
|
The number of distinct terms returned in the result set. Getter: int getCount() |
|
The array of the distinct terms for a sort key. Each term
is represented by a Getter: ModuleSortTerm[] getTerms() |