*
- * | (none)
- * | (none)
+ * | (none)
+ * | (none)
* | {@code null}
* |
- * | {@code number}
- * | (none)
+ * | {@code number}
+ * | (none)
* | {@link NumberFormat#getInstance(Locale) NumberFormat.getInstance}{@code (getLocale())}
* |
- * | {@code integer}
+ * | {@code integer}
* | {@link NumberFormat#getIntegerInstance(Locale) NumberFormat.getIntegerInstance}{@code (getLocale())}
* |
- * | {@code currency}
+ * | {@code currency}
* | {@link NumberFormat#getCurrencyInstance(Locale) NumberFormat.getCurrencyInstance}{@code (getLocale())}
* |
- * | {@code percent}
+ * | {@code percent}
* | {@link NumberFormat#getPercentInstance(Locale) NumberFormat.getPercentInstance}{@code (getLocale())}
* |
- * | SubformatPattern
+ * | SubformatPattern
* | {@code new} {@link DecimalFormat#DecimalFormat(String,DecimalFormatSymbols) DecimalFormat}{@code (subformatPattern,} {@link DecimalFormatSymbols#getInstance(Locale) DecimalFormatSymbols.getInstance}{@code (getLocale()))}
* |
- * | {@code date}
- * | (none)
+ * | {@code date}
+ * | (none)
* | {@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
* |
- * | {@code short}
+ * | {@code short}
* | {@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#SHORT}{@code , getLocale())}
* |
- * | {@code medium}
+ * | {@code medium}
* | {@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
* |
- * | {@code long}
+ * | {@code long}
* | {@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#LONG}{@code , getLocale())}
* |
- * | {@code full}
+ * | {@code full}
* | {@link DateFormat#getDateInstance(int,Locale) DateFormat.getDateInstance}{@code (}{@link DateFormat#FULL}{@code , getLocale())}
* |
- * | SubformatPattern
+ * | SubformatPattern
* | {@code new} {@link SimpleDateFormat#SimpleDateFormat(String,Locale) SimpleDateFormat}{@code (subformatPattern, getLocale())}
* |
- * | {@code time}
- * | (none)
+ * | {@code time}
+ * | (none)
* | {@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
* |
- * | {@code short}
+ * | {@code short}
* | {@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#SHORT}{@code , getLocale())}
* |
- * | {@code medium}
+ * | {@code medium}
* | {@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
* |
- * | {@code long}
+ * | {@code long}
* | {@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#LONG}{@code , getLocale())}
* |
- * | {@code full}
+ * | {@code full}
* | {@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#FULL}{@code , getLocale())}
* |
- * | SubformatPattern
+ * | SubformatPattern
* | {@code new} {@link SimpleDateFormat#SimpleDateFormat(String,Locale) SimpleDateFormat}{@code (subformatPattern, getLocale())}
* |
- * | {@code choice}
- * | SubformatPattern
+ * | {@code choice}
+ * | SubformatPattern
* | {@code new} {@link ChoiceFormat#ChoiceFormat(String) ChoiceFormat}{@code (subformatPattern)}
* |
*