blob: fd6cecc46382559195befa9b2e6dcfee37af9097 [file] [log] [blame]
@deftypemethod BreakIterator {public abstract int} current ()
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} first ()
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} following (int@w{ }@var{pos})
@end deftypemethod
@deftypemethod BreakIterator {public static synchronized Locale} getAvailableLocales ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getCharacterInstance ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getCharacterInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getLineInstance ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getLineInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getSentenceInstance ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getSentenceInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod BreakIterator {public abstract CharacterIterator} getText ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getWordInstance ()
@end deftypemethod
@deftypemethod BreakIterator {public static BreakIterator} getWordInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod BreakIterator {public boolean} isBoundary (int@w{ }@var{pos})
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} last ()
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} next ()
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} next (int@w{ }@var{n})
@end deftypemethod
@deftypemethod BreakIterator {public int} preceding (int@w{ }@var{pos})
@end deftypemethod
@deftypemethod BreakIterator {public abstract int} previous ()
@end deftypemethod
@deftypemethod BreakIterator {public void} setText (java.lang.String@w{ }@var{newText})
@end deftypemethod
@deftypemethod BreakIterator {public abstract void} setText (java.text.CharacterIterator@w{ }@var{newText})
@end deftypemethod
@deftypemethod CharacterIterator {public Object} clone ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} current ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} first ()
@end deftypemethod
@deftypemethod CharacterIterator {public int} getBeginIndex ()
@end deftypemethod
@deftypemethod CharacterIterator {public int} getEndIndex ()
@end deftypemethod
@deftypemethod CharacterIterator {public int} getIndex ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} last ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} next ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} previous ()
@end deftypemethod
@deftypemethod CharacterIterator {public char} setIndex (int@w{ }@var{idx})
@end deftypemethod
@deftypemethod ChoiceFormat {public void} applyPattern (java.lang.String@w{ }@var{newPattern})
@end deftypemethod
@deftypemethod ChoiceFormat {public Object} clone ()
@end deftypemethod
@deftypemethod ChoiceFormat {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod ChoiceFormat {public StringBuffer} format (long@w{ }@var{num}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod ChoiceFormat {public StringBuffer} format (double@w{ }@var{num}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod ChoiceFormat {public Object} getFormats ()
@end deftypemethod
@deftypemethod ChoiceFormat {public double} getLimits ()
@end deftypemethod
@deftypemethod ChoiceFormat {public int} hashCode ()
@end deftypemethod
@deftypemethod ChoiceFormat {public static final double} nextDouble (double@w{ }@var{d})
@end deftypemethod
@deftypemethod ChoiceFormat {public static double} nextDouble (double@w{ }@var{d}, boolean@w{ }@var{next})
@end deftypemethod
@deftypemethod ChoiceFormat {public Number} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod ChoiceFormat {public static final double} previousDouble (double@w{ }@var{d})
@end deftypemethod
@deftypemethod ChoiceFormat {public void} setChoices (double[]@w{ }@var{choiceLimits}, java.lang.String[]@w{ }@var{choiceFormats})
@end deftypemethod
@deftypemethod ChoiceFormat {public String} toPattern ()
@end deftypemethod
@deftypemethod CollationElementIterator {public int} next ()
@end deftypemethod
@deftypemethod CollationElementIterator {public static final int} primaryOrder (int@w{ }@var{order})
@end deftypemethod
@deftypemethod CollationElementIterator {public void} reset ()
@end deftypemethod
@deftypemethod CollationElementIterator {public static final short} secondaryOrder (int@w{ }@var{order})
@end deftypemethod
@deftypemethod CollationElementIterator {public static final short} tertiaryOrder (int@w{ }@var{order})
@end deftypemethod
@deftypemethod CollationKey {public int} compareTo (java.text.CollationKey@w{ }@var{target})
@end deftypemethod
@deftypemethod CollationKey {public int} compareTo (java.lang.Object@w{ }@var{o})
@end deftypemethod
@deftypemethod CollationKey {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod CollationKey {public String} getSourceString ()
@end deftypemethod
@deftypemethod CollationKey {public int} hashCode ()
@end deftypemethod
@deftypemethod CollationKey {public byte} toByteArray ()
@end deftypemethod
@deftypemethod Collator {public abstract int} compare (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target})
@end deftypemethod
@deftypemethod Collator {public int} compare (java.lang.Object@w{ }@var{o1}, java.lang.Object@w{ }@var{o2})
@end deftypemethod
@deftypemethod Collator {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod Collator {public boolean} equals (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target})
@end deftypemethod
@deftypemethod Collator {public Object} clone ()
@end deftypemethod
@deftypemethod Collator {public static synchronized Locale} getAvailableLocales ()
@end deftypemethod
@deftypemethod Collator {public abstract CollationKey} getCollationKey (java.lang.String@w{ }@var{source})
@end deftypemethod
@deftypemethod Collator {public synchronized int} getDecomposition ()
@end deftypemethod
@deftypemethod Collator {public static Collator} getInstance ()
@end deftypemethod
@deftypemethod Collator {public static Collator} getInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod Collator {public synchronized int} getStrength ()
@end deftypemethod
@deftypemethod Collator {public abstract int} hashCode ()
@end deftypemethod
@deftypemethod Collator {public synchronized void} setDecomposition (int@w{ }@var{mode})
@end deftypemethod
@deftypemethod Collator {public synchronized void} setStrength (int@w{ }@var{strength})
@end deftypemethod
@deftypemethod DateFormat {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod DateFormat {public Object} clone ()
@end deftypemethod
@deftypemethod DateFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{buf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod DateFormat {public final String} format (java.util.Date@w{ }@var{date})
@end deftypemethod
@deftypemethod DateFormat {public abstract StringBuffer} format (java.util.Date@w{ }@var{date}, java.lang.StringBuffer@w{ }@var{buf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod DateFormat {public static Locale} getAvailableLocales ()
@end deftypemethod
@deftypemethod DateFormat {public Calendar} getCalendar ()
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance ()
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance (int@w{ }@var{style})
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateInstance (int@w{ }@var{style}, java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance ()
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance (int@w{ }@var{dateStyle}, int@w{ }@var{timeStyle})
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getDateTimeInstance (int@w{ }@var{dateStyle}, int@w{ }@var{timeStyle}, java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getInstance ()
@end deftypemethod
@deftypemethod DateFormat {public NumberFormat} getNumberFormat ()
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance ()
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance (int@w{ }@var{style})
@end deftypemethod
@deftypemethod DateFormat {public static final DateFormat} getTimeInstance (int@w{ }@var{style}, java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod DateFormat {public TimeZone} getTimeZone ()
@end deftypemethod
@deftypemethod DateFormat {public int} hashCode ()
@end deftypemethod
@deftypemethod DateFormat {public boolean} isLenient ()
@end deftypemethod
@deftypemethod DateFormat {public Date} parse (java.lang.String@w{ }@var{source}) @*throws ParseException
@end deftypemethod
@deftypemethod DateFormat {public abstract Date} parse (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod DateFormat {public Object} parseObject (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod DateFormat {public void} setCalendar (java.util.Calendar@w{ }@var{calendar})
@end deftypemethod
@deftypemethod DateFormat {public void} setLenient (boolean@w{ }@var{lenient})
@end deftypemethod
@deftypemethod DateFormat {public void} setNumberFormat (java.text.NumberFormat@w{ }@var{numberFormat})
@end deftypemethod
@deftypemethod DateFormat {public void} setTimeZone (java.util.TimeZone@w{ }@var{timeZone})
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getAmPmStrings ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getEras ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getLocalPatternChars ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getMonths ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getShortMonths ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getShortWeekdays ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getWeekdays ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public String} getZoneStrings ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setAmPmStrings (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setEras (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setLocalPatternChars (java.lang.String@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setMonths (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setShortMonths (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setShortWeekdays (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setWeekdays (java.lang.String[]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public void} setZoneStrings (java.lang.String[][]@w{ }@var{value})
@end deftypemethod
@deftypemethod DateFormatSymbols {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod DateFormatSymbols {public Object} clone ()
@end deftypemethod
@deftypemethod DateFormatSymbols {public int} hashCode ()
@end deftypemethod
@deftypemethod DecimalFormat {public void} applyLocalizedPattern (java.lang.String@w{ }@var{pattern})
@end deftypemethod
@deftypemethod DecimalFormat {public void} applyPattern (java.lang.String@w{ }@var{pattern})
@end deftypemethod
@deftypemethod DecimalFormat {public Object} clone ()
@end deftypemethod
@deftypemethod DecimalFormat {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod DecimalFormat {public StringBuffer} format (double@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{dest}, java.text.FieldPosition@w{ }@var{fieldPos})
@end deftypemethod
@deftypemethod DecimalFormat {public StringBuffer} format (long@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{dest}, java.text.FieldPosition@w{ }@var{fieldPos})
@end deftypemethod
@deftypemethod DecimalFormat {public DecimalFormatSymbols} getDecimalFormatSymbols ()
@end deftypemethod
@deftypemethod DecimalFormat {public int} getGroupingSize ()
@end deftypemethod
@deftypemethod DecimalFormat {public int} getMultiplier ()
@end deftypemethod
@deftypemethod DecimalFormat {public String} getNegativePrefix ()
@end deftypemethod
@deftypemethod DecimalFormat {public String} getNegativeSuffix ()
@end deftypemethod
@deftypemethod DecimalFormat {public String} getPositivePrefix ()
@end deftypemethod
@deftypemethod DecimalFormat {public String} getPositiveSuffix ()
@end deftypemethod
@deftypemethod DecimalFormat {public int} hashCode ()
@end deftypemethod
@deftypemethod DecimalFormat {public boolean} isDecimalSeparatorAlwaysShown ()
@end deftypemethod
@deftypemethod DecimalFormat {public Number} parse (java.lang.String@w{ }@var{str}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setDecimalFormatSymbols (java.text.DecimalFormatSymbols@w{ }@var{newSymbols})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setDecimalSeparatorAlwaysShown (boolean@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setGroupingSize (int@w{ }@var{groupSize})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setMaximumFractionDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setMaximumIntegerDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setMinimumFractionDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setMinimumIntegerDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setMultiplier (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setNegativePrefix (java.lang.String@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setNegativeSuffix (java.lang.String@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setPositivePrefix (java.lang.String@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public void} setPositiveSuffix (java.lang.String@w{ }@var{newValue})
@end deftypemethod
@deftypemethod DecimalFormat {public String} toLocalizedPattern ()
@end deftypemethod
@deftypemethod DecimalFormat {public String} toPattern ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public Object} clone ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getCurrencySymbol ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getDecimalSeparator ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getDigit ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getGroupingSeparator ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getInfinity ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getInternationalCurrencySymbol ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getMinusSign ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getMonetaryDecimalSeparator ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public String} getNaN ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPatternSeparator ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPercent ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getPerMill ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public char} getZeroDigit ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public int} hashCode ()
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setCurrencySymbol (java.lang.String@w{ }@var{currency})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setDecimalSeparator (char@w{ }@var{decimalSep})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setDigit (char@w{ }@var{digit})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setGroupingSeparator (char@w{ }@var{groupSep})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setInfinity (java.lang.String@w{ }@var{infinity})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setInternationalCurrencySymbol (java.lang.String@w{ }@var{currency})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setMinusSign (char@w{ }@var{minusSign})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setMonetaryDecimalSeparator (char@w{ }@var{decimalSep})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setNaN (java.lang.String@w{ }@var{nan})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPatternSeparator (char@w{ }@var{patternSep})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPercent (char@w{ }@var{percent})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setPerMill (char@w{ }@var{perMill})
@end deftypemethod
@deftypemethod DecimalFormatSymbols {public void} setZeroDigit (char@w{ }@var{zeroDigit})
@end deftypemethod
@deftypemethod FieldPosition {public int} getField ()
@end deftypemethod
@deftypemethod FieldPosition {public int} getBeginIndex ()
@end deftypemethod
@deftypemethod FieldPosition {public int} getEndIndex ()
@end deftypemethod
@deftypemethod FieldPosition {public void} setBeginIndex (int@w{ }@var{index})
@end deftypemethod
@deftypemethod FieldPosition {public void} setEndIndex (int@w{ }@var{index})
@end deftypemethod
@deftypemethod FieldPosition {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod Format {public abstract StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod Format {public final String} format (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod Format {public abstract Object} parseObject (java.lang.String@w{ }@var{source}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod Format {public Object} parseObject (java.lang.String@w{ }@var{source}) @*throws ParseException
@end deftypemethod
@deftypemethod Format {public Object} clone ()
@end deftypemethod
@deftypemethod MessageFormat {public void} applyPattern (java.lang.String@w{ }@var{newPattern})
@end deftypemethod
@deftypemethod MessageFormat {public Object} clone ()
@end deftypemethod
@deftypemethod MessageFormat {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod MessageFormat {public static String} format (java.lang.String@w{ }@var{pattern}, java.lang.Object[]@w{ }@var{arguments})
@end deftypemethod
@deftypemethod MessageFormat {public final StringBuffer} format (java.lang.Object[]@w{ }@var{arguments}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{ignore})
@end deftypemethod
@deftypemethod MessageFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{singleArg}, java.lang.StringBuffer@w{ }@var{appendBuf}, java.text.FieldPosition@w{ }@var{ignore})
@end deftypemethod
@deftypemethod MessageFormat {public Format} getFormats ()
@end deftypemethod
@deftypemethod MessageFormat {public Locale} getLocale ()
@end deftypemethod
@deftypemethod MessageFormat {public int} hashCode ()
@end deftypemethod
@deftypemethod MessageFormat {public Object} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod MessageFormat {public Object} parse (java.lang.String@w{ }@var{sourceStr}) @*throws ParseException
@end deftypemethod
@deftypemethod MessageFormat {public Object} parseObject (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod MessageFormat {public void} setFormat (int@w{ }@var{variableNum}, java.text.Format@w{ }@var{newFormat})
@end deftypemethod
@deftypemethod MessageFormat {public void} setFormats (java.text.Format[]@w{ }@var{newFormats})
@end deftypemethod
@deftypemethod MessageFormat {public void} setLocale (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod MessageFormat {public String} toPattern ()
@end deftypemethod
@deftypemethod NumberFormat {public final String} format (long@w{ }@var{number})
@end deftypemethod
@deftypemethod NumberFormat {public final StringBuffer} format (java.lang.Object@w{ }@var{obj}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod NumberFormat {public abstract StringBuffer} format (double@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod NumberFormat {public abstract StringBuffer} format (long@w{ }@var{number}, java.lang.StringBuffer@w{ }@var{sbuf}, java.text.FieldPosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod NumberFormat {public Object} clone ()
@end deftypemethod
@deftypemethod NumberFormat {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod NumberFormat {public static Locale} getAvailableLocales ()
@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getCurrencyInstance ()
@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getCurrencyInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getInstance ()
@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod NumberFormat {public int} getMaximumFractionDigits ()
@end deftypemethod
@deftypemethod NumberFormat {public int} getMaximumIntegerDigits ()
@end deftypemethod
@deftypemethod NumberFormat {public int} getMinimumFractionDigits ()
@end deftypemethod
@deftypemethod NumberFormat {public int} getMinimumIntegerDigits ()
@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getNumberInstance ()
@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getNumberInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod NumberFormat {public static final NumberFormat} getPercentInstance ()
@end deftypemethod
@deftypemethod NumberFormat {public static NumberFormat} getPercentInstance (java.util.Locale@w{ }@var{loc})
@end deftypemethod
@deftypemethod NumberFormat {public int} hashCode ()
@end deftypemethod
@deftypemethod NumberFormat {public boolean} isGroupingUsed ()
@end deftypemethod
@deftypemethod NumberFormat {public boolean} isParseIntegerOnly ()
@end deftypemethod
@deftypemethod NumberFormat {public abstract Number} parse (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod NumberFormat {public Number} parse (java.lang.String@w{ }@var{sourceStr}) @*throws ParseException
@end deftypemethod
@deftypemethod NumberFormat {public final Object} parseObject (java.lang.String@w{ }@var{sourceStr}, java.text.ParsePosition@w{ }@var{pos})
@end deftypemethod
@deftypemethod NumberFormat {public void} setGroupingUsed (boolean@w{ }@var{newValue})
@end deftypemethod
@deftypemethod NumberFormat {public void} setMaximumFractionDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod NumberFormat {public void} setMaximumIntegerDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod NumberFormat {public void} setMinimumFractionDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod NumberFormat {public void} setMinimumIntegerDigits (int@w{ }@var{newValue})
@end deftypemethod
@deftypemethod NumberFormat {public void} setParseIntegerOnly (boolean@w{ }@var{value})
@end deftypemethod
@deftypemethod NumberFormat {public final String} format (double@w{ }@var{number})
@end deftypemethod
@deftypemethod ParseException {public int} getErrorOffset ()
@end deftypemethod
@deftypemethod ParsePosition {public int} getIndex ()
@end deftypemethod
@deftypemethod ParsePosition {public void} setIndex (int@w{ }@var{index})
@end deftypemethod
@deftypemethod ParsePosition {public int} getErrorIndex ()
@end deftypemethod
@deftypemethod ParsePosition {public void} setErrorIndex (int@w{ }@var{ei})
@end deftypemethod
@deftypemethod ParsePosition {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod RuleBasedCollator {public Object} clone ()
@end deftypemethod
@deftypemethod RuleBasedCollator {public int} compare (java.lang.String@w{ }@var{source}, java.lang.String@w{ }@var{target})
@end deftypemethod
@deftypemethod RuleBasedCollator {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationElementIterator} getCollationElementIterator (java.lang.String@w{ }@var{source})
@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationElementIterator} getCollationElementIterator (java.text.CharacterIterator@w{ }@var{source})
@end deftypemethod
@deftypemethod RuleBasedCollator {public CollationKey} getCollationKey (java.lang.String@w{ }@var{source})
@end deftypemethod
@deftypemethod RuleBasedCollator {public String} getRules ()
@end deftypemethod
@deftypemethod RuleBasedCollator {public int} hashCode ()
@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toString ()
@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toPattern ()
This method returns a string with the formatting pattern being used
by this object. This string is unlocalized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public String} toLocalizedPattern ()
This method returns a string with the formatting pattern being used
by this object. This string is localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} applyPattern (java.lang.String@w{ }@var{pattern})
This method sets the formatting pattern that should be used by this
object. This string is not localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} applyLocalizedPattern (java.lang.String@w{ }@var{pattern})
This method sets the formatting pattern that should be used by this
object. This string is localized.
@end deftypemethod
@deftypemethod SimpleDateFormat {public Date} get2DigitYearStart ()
Returns the start of the century used for two digit years.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} set2DigitYearStart (java.util.Date@w{ }@var{date})
Sets the start of the century used for two digit years.
@end deftypemethod
@deftypemethod SimpleDateFormat {public DateFormatSymbols} getDateFormatSymbols ()
This method returns the format symbol information used for parsing
and formatting dates.
@end deftypemethod
@deftypemethod SimpleDateFormat {public void} setDateFormatSymbols (java.text.DateFormatSymbols@w{ }@var{formatData})
This method sets the format symbols information used for parsing
and formatting dates.
@end deftypemethod
@deftypemethod SimpleDateFormat {public boolean} equals (java.lang.Object@w{ }@var{o})
This methods tests whether the specified object is equal to this
object. This will be true if and only if the specified object:
@itemize @bullet
@item
Is not @code{null}.
@item
Is an instance of @code{SimpleDateFormat}.
@item
Is equal to this object at the superclass (i.e., @code{DateFormat})
level.
@item
Has the same formatting pattern.
@item
Is using the same formatting symbols.
@item
Is using the same century for two digit years.
@end itemize
@end deftypemethod
@deftypemethod SimpleDateFormat {public StringBuffer} format (java.util.Date@w{ }@var{date}, java.lang.StringBuffer@w{ }@var{buffer}, java.text.FieldPosition@w{ }@var{pos})
Formats the date input according to the format string in use,
appending to the specified StringBuffer. The input StringBuffer
is returned as output for convenience.
@end deftypemethod
@deftypemethod SimpleDateFormat {public Date} parse (java.lang.String@w{ }@var{dateStr}, java.text.ParsePosition@w{ }@var{pos})
This method parses the specified string into a date.
@end deftypemethod
@deftypemethod StringCharacterIterator {public Object} clone ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} current ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public boolean} equals (java.lang.Object@w{ }@var{obj})
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} first ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getBeginIndex ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getEndIndex ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public int} getIndex ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public int} hashCode ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} last ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} next ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} previous ()
@end deftypemethod
@deftypemethod StringCharacterIterator {public char} setIndex (int@w{ }@var{idx})
@end deftypemethod
@deftypemethod StringCharacterIterator {public void} setText (java.lang.String@w{ }@var{text})
@end deftypemethod