Field Summary |
|
final public static byte | ORDER_ASCENDING Ascending order constant. |
final public static byte | ORDER_DESCENDING Descending order constant. |
final public static byte | TOTAL_POSITION_END Constants indicating that totals are to be positioned at the end of the other buckets. |
final public static byte | TOTAL_POSITION_NONE Constant indicating that total are not required for this bucket. |
final public static byte | TOTAL_POSITION_START Constants indicating that totals are to be positioned before the other buckets. |
final protected Bucket | VALUE_NULL The null bucket. |
final protected Bucket | VALUE_TOTAL The total value for this bucket. |
final protected static byte | VALUE_TYPE_NULL Value type used for null bucket values. |
final protected static byte | VALUE_TYPE_TOTAL Value type used for total buckets. |
final protected static byte | VALUE_TYPE_VALUE Value type used for non-null values. |
final protected Comparator | comparator |