public class DateFormatSymbols extends Object implements Cloneable, Serializable
Constructor and Description |
---|
DateFormatSymbols() |
DateFormatSymbols(Locale loc) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Default clone() method performs a "shallow" cloning of the instance.
|
boolean |
equals(Object o)
Default object equality (is identity).
|
String[] |
getAmPmStrings() |
String[] |
getEras() |
String |
getLocalPatternChars() |
String[] |
getMonths() |
String[] |
getShortMonths() |
String[] |
getShortWeekdays() |
String[] |
getWeekdays() |
String[][] |
getZoneStrings() |
int |
hashCode()
the hashCode should be calculated based on all properties to determine
equality @see equals.
|
void |
setAmPmStrings(String[] val) |
void |
setEras(String[] val) |
void |
setLocalPatternChars(String val) |
void |
setMonths(String[] val) |
void |
setShortMonths(String[] val) |
void |
setShortWeekdays(String[] val) |
void |
setWeekdays(String[] val) |
void |
setZoneStrings(String[][] val) |
public DateFormatSymbols()
public DateFormatSymbols(Locale loc)
public Object clone()
Object
public boolean equals(Object o)
Object
public int hashCode()
public String[] getAmPmStrings()
public String[] getEras()
public String getLocalPatternChars()
public String[] getMonths()
public String[] getShortMonths()
public String[] getShortWeekdays()
public String[] getWeekdays()
public String[][] getZoneStrings()
public void setAmPmStrings(String[] val)
public void setEras(String[] val)
public void setLocalPatternChars(String val)
public void setMonths(String[] val)
public void setShortMonths(String[] val)
public void setShortWeekdays(String[] val)
public void setWeekdays(String[] val)
public void setZoneStrings(String[][] val)