|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.icu.text.DateIntervalInfo.PatternInfo
public static final class DateIntervalInfo.PatternInfo
PatternInfo class saves the first and second part of interval pattern, and whether the interval pattern is earlier date first.
| Constructor Summary | |
|---|---|
DateIntervalInfo.PatternInfo(String firstPart,
String secondPart,
boolean firstDateInPtnIsLaterDate)
constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object a)
Override equals |
boolean |
firstDateInPtnIsLaterDate()
accessor |
String |
getFirstPart()
accessor |
String |
getSecondPart()
accessor |
int |
hashCode()
Override hashcode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateIntervalInfo.PatternInfo(String firstPart,
String secondPart,
boolean firstDateInPtnIsLaterDate)
| Method Detail |
|---|
public String getFirstPart()
public String getSecondPart()
public boolean firstDateInPtnIsLaterDate()
public boolean equals(Object a)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||