public abstract class DateGrouper extends AbstractObjectGrouper
getCalendarFieldAsInt(Object,int) and getCalendarField(Object,int) methods to access the field of the
Calendar.| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Calendar |
INSTANCE |
| Constructor and Description |
|---|
DateGrouper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getCalendarField(java.lang.Object value,
int field) |
static int |
getCalendarFieldAsInt(java.lang.Object value,
int field) |
java.lang.Class<?> |
getType()
Gets the group value type.
|
getComparatorContext, getConverterContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getValuepublic static java.lang.Object getCalendarField(java.lang.Object value,
int field)
public static int getCalendarFieldAsInt(java.lang.Object value,
int field)
public java.lang.Class<?> getType()
ObjectGrouper