public abstract class DateReducers extends Object
| Constructor and Description |
|---|
DateReducers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ad(Calendar cal) |
protected void |
am(Calendar cal) |
protected void |
bc(Calendar cal) |
protected char |
character(char d) |
protected void |
dayInMonth(int d,
Calendar cal) |
protected void |
dayInWeekInMonth(int d,
Calendar cal) |
protected void |
dayInYear(int d,
Calendar cal) |
protected int |
digit12(int d) |
protected int |
digit13(int d) |
protected int |
digit2(int d) |
protected int |
digit3(int d) |
protected void |
generalTZ(int offset,
Calendar cal) |
protected void |
hour11(int h,
Calendar cal) |
protected void |
hour12(int h,
Calendar cal) |
protected void |
hour23(int h,
Calendar cal) |
protected void |
hour24(int h,
Calendar cal) |
protected void |
milliSecond(int m,
Calendar cal) |
protected void |
minute(int m,
Calendar cal) |
protected void |
month(int m,
Calendar cal) |
protected void |
month1(Calendar cal) |
protected void |
month10(Calendar cal) |
protected void |
month11(Calendar cal) |
protected void |
month12(Calendar cal) |
protected void |
month2(Calendar cal) |
protected void |
month3(Calendar cal) |
protected void |
month4(Calendar cal) |
protected void |
month5(Calendar cal) |
protected void |
month6(Calendar cal) |
protected void |
month7(Calendar cal) |
protected void |
month8(Calendar cal) |
protected void |
month9(Calendar cal) |
protected void |
pm(Calendar cal) |
protected void |
rfc822(int offset,
Calendar cal) |
protected int |
rfc822String1(String s) |
protected int |
rfc822String2(String s) |
protected int |
rfc822String3(String s) |
protected int |
rfc822String4(String s) |
protected void |
second(int s,
Calendar cal) |
protected char |
sign(char d) |
protected String |
string(String s) |
protected void |
weekday1(Calendar cal) |
protected void |
weekday2(Calendar cal) |
protected void |
weekday3(Calendar cal) |
protected void |
weekday4(Calendar cal) |
protected void |
weekday5(Calendar cal) |
protected void |
weekday6(Calendar cal) |
protected void |
weekday7(Calendar cal) |
protected void |
weekInMonth(int w,
Calendar cal) |
protected void |
weekInYear(int w,
Calendar cal) |
protected void |
year2(int y,
Calendar cal) |
protected void |
year4(int y,
Calendar cal) |
protected void ad(Calendar cal)
protected void bc(Calendar cal)
protected void year2(int y,
Calendar cal)
protected void year4(int y,
Calendar cal)
protected void month(int m,
Calendar cal)
protected void month1(Calendar cal)
protected void month2(Calendar cal)
protected void month3(Calendar cal)
protected void month4(Calendar cal)
protected void month5(Calendar cal)
protected void month6(Calendar cal)
protected void month7(Calendar cal)
protected void month8(Calendar cal)
protected void month9(Calendar cal)
protected void month10(Calendar cal)
protected void month11(Calendar cal)
protected void month12(Calendar cal)
protected void weekInYear(int w,
Calendar cal)
protected void weekInMonth(int w,
Calendar cal)
protected void dayInYear(int d,
Calendar cal)
protected void dayInMonth(int d,
Calendar cal)
protected void dayInWeekInMonth(int d,
Calendar cal)
protected void weekday1(Calendar cal)
protected void weekday2(Calendar cal)
protected void weekday3(Calendar cal)
protected void weekday4(Calendar cal)
protected void weekday5(Calendar cal)
protected void weekday6(Calendar cal)
protected void weekday7(Calendar cal)
protected void am(Calendar cal)
protected void pm(Calendar cal)
protected void hour23(int h,
Calendar cal)
protected void hour24(int h,
Calendar cal)
protected void hour11(int h,
Calendar cal)
protected void hour12(int h,
Calendar cal)
protected void minute(int m,
Calendar cal)
protected void second(int s,
Calendar cal)
protected void milliSecond(int m,
Calendar cal)
protected void generalTZ(int offset,
Calendar cal)
protected int rfc822String1(String s)
protected int rfc822String2(String s)
protected int rfc822String3(String s)
protected int rfc822String4(String s)
protected void rfc822(int offset,
Calendar cal)
protected char character(char d)
protected char sign(char d)
protected int digit13(int d)
protected int digit3(int d)
protected int digit2(int d)
protected int digit12(int d)
Copyright © 2014. All rights reserved.