|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.monitorenter.util.SimpleDateFormatAnalyzer
public final class SimpleDateFormatAnalyzer
Hack for a
to get further
information about the fields that will be displayed.
SimpleDateFormat
Method Summary | |
---|---|
static boolean |
displaysDay(SimpleDateFormat format)
Returns true if the given date format displays days. |
static boolean |
displaysHour(SimpleDateFormat format)
Returns true if the given date format displays hours. |
static boolean |
displaysMillisecond(SimpleDateFormat format)
Returns true if the given date format displays milliseconds. |
static boolean |
displaysMinute(SimpleDateFormat format)
Returns true if the given date format displays minutes. |
static boolean |
displaysMonth(SimpleDateFormat format)
Returns true if the given date format displays months. |
static boolean |
displaysSecond(SimpleDateFormat format)
Returns true if the given date format displays seconds. |
static boolean |
displaysWeek(SimpleDateFormat format)
Returns true if the given date format displays weeks. |
static boolean |
displaysYear(SimpleDateFormat format)
Returns true if the given date format displays years. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean displaysDay(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysHour(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysMillisecond(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysMinute(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysMonth(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysSecond(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysWeek(SimpleDateFormat format)
format
- the date format to check.
public static boolean displaysYear(SimpleDateFormat format)
format
- the date format to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |