Uses of Class
java.text.FieldPosition
Packages that useFieldPosition
Package
Description
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
Uses ofFieldPosition injava.text
Methods injava.text with parameters of typeFieldPositionModifier and TypeMethodDescriptionChoiceFormat.format(double number,StringBuffer toAppendTo,FieldPosition status) Returns pattern with formatted double.ChoiceFormat.format(long number,StringBuffer toAppendTo,FieldPosition status) Specialization of format.CompactNumberFormat.format(double number,StringBuffer result,FieldPosition fieldPosition) Formats a double to produce a string representing its compact form.CompactNumberFormat.format(long number,StringBuffer result,FieldPosition fieldPosition) Formats a long to produce a string representing its compact form.finalStringBufferCompactNumberFormat.format(Object number,StringBuffer toAppendTo,FieldPosition fieldPosition) Formats a number to produce a string representing its compact form.finalStringBufferDateFormat.format(Object obj,StringBuffer toAppendTo,FieldPosition fieldPosition) Formats the givenObjectinto a date-time string.abstractStringBufferDateFormat.format(Date date,StringBuffer toAppendTo,FieldPosition fieldPosition) Formats aDateinto a date-time string.DecimalFormat.format(double number,StringBuffer result,FieldPosition fieldPosition) Formats a double to produce a string.DecimalFormat.format(long number,StringBuffer result,FieldPosition fieldPosition) Format a long to produce a string.finalStringBufferDecimalFormat.format(Object number,StringBuffer toAppendTo,FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.abstractStringBufferFormat.format(Object obj,StringBuffer toAppendTo,FieldPosition pos) Formats an object and appends the resulting text to a given string buffer.ListFormat.format(Object obj,StringBuffer toAppendTo,FieldPosition pos) Formats an object and appends the resulting text to a given string buffer.finalStringBufferMessageFormat.format(Object[] arguments,StringBuffer result,FieldPosition pos) Formats an array of objects and appends theMessageFormat's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer.finalStringBufferMessageFormat.format(Object arguments,StringBuffer result,FieldPosition pos) Formats an array of objects and appends theMessageFormat's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer.abstractStringBufferNumberFormat.format(double number,StringBuffer toAppendTo,FieldPosition pos) Specialization of format.abstractStringBufferNumberFormat.format(long number,StringBuffer toAppendTo,FieldPosition pos) Specialization of format.NumberFormat.format(Object number,StringBuffer toAppendTo,FieldPosition pos) Formats a number and appends the resulting text to the given string buffer.SimpleDateFormat.format(Date date,StringBuffer toAppendTo,FieldPosition pos) Formats the givenDateinto a date/time string and appends the result to the givenStringBuffer.