Uses of Class java.text.FieldPosition

Uses in package java.text

Methods with parameter type java.text.FieldPosition

StringBuffer
MessageFormat.format(arguments[] , StringBuffer appendBuf, FieldPosition fp)
Returns the pattern with the formatted objects.
StringBuffer
ChoiceFormat.format(double num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied double argument.
StringBuffer
DecimalFormat.format(double number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this double.
StringBuffer
NumberFormat.format(double number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified double and appends it to a StringBuffer.
StringBuffer
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
StringBuffer
Produce a formatted String representation of this object.
StringBuffer
This method formats an Object into a String and appends the String to a StringBuffer.
StringBuffer
MessageFormat.format(Object objectArray, StringBuffer appendBuf, FieldPosition fpos)
Returns the pattern with the formatted objects.
StringBuffer
StringBuffer
This method formats a Date into a string and appends it to the specified StringBuffer.
StringBuffer
StringBuffer
ChoiceFormat.format(long num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied long argument.
StringBuffer
DecimalFormat.format(long number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this long.
StringBuffer
NumberFormat.format(long number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified long and appends it to a StringBuffer.