Searched defs:DateFormatSymbols (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormatSymbols.java60 * <code>DateFormatSymbols</code> is a public class for encapsulating
64 * <code>DateFormatSymbols</code> to encapsulate this information.
67 * Typically you shouldn't use <code>DateFormatSymbols</code> directly.
71 * These methods automatically create a <code>DateFormatSymbols</code> for
83 * new SimpleDateFormat(aPattern, DateFormatSymbols.getInstance(aLocale)).
88 * <code>DateFormatSymbols</code> objects are cloneable. When you obtain
89 * a <code>DateFormatSymbols</code> object, feel free to modify the
96 * New <code>DateFormatSymbols</code> subclasses may be added to support
104 public class DateFormatSymbols implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
107 * Construct a DateFormatSymbols objec
120 public DateFormatSymbols() method in class:DateFormatSymbols
139 public DateFormatSymbols(Locale locale) method in class:DateFormatSymbols
[all...]

Completed in 410 milliseconds