| Package | Description |
|---|---|
| com.jidesoft.grouper |
The package contains all kinds of object groupers for JIDE Common Layer.
|
| com.jidesoft.grouper.date |
The package contains all kinds of date object groupers for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectGrouper
Default implementation of
ObjectGrouper. |
| Modifier and Type | Class and Description |
|---|---|
class |
DateDayOfMonthGrouper |
class |
DateDayOfWeekGrouper |
class |
DateDayOfWeekInMonthGrouper |
class |
DateDayOfYearGrouper |
class |
DateGrouper
An abstract Grouper which can take data type such as Date, Calendar or Long and provide
DateGrouper.getCalendarFieldAsInt(Object, int) and DateGrouper.getCalendarField(Object, int) methods to access the field of the
Calendar. |
class |
DateMonthGrouper |
class |
DateQuarterGrouper |
class |
DateWeekOfMonthGrouper |
class |
DateWeekOfYearGrouper |
class |
DateYearGrouper |