JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
java.text.FieldPosition

Packages that use FieldPosition
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. 
 

Uses of FieldPosition in java.text
 

Methods in java.text with parameters of type FieldPosition
abstract  StringBuffer Format.format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
          Formats an object to produce a string.
 StringBuffer NumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
          Formats an object to produce a string.
abstract  StringBuffer NumberFormat.format(double number, StringBuffer toAppendTo, FieldPosition pos)
          Specialization of format.
abstract  StringBuffer NumberFormat.format(long number, StringBuffer toAppendTo, FieldPosition pos)
          Specialization of format.
 StringBuffer ChoiceFormat.format(long number, StringBuffer toAppendTo, FieldPosition status)
          Specialization of format.
 StringBuffer ChoiceFormat.format(double number, StringBuffer toAppendTo, FieldPosition status)
          Returns pattern with formatted double.
 StringBuffer DateFormat.format(Object obj, StringBuffer toAppendTo, FieldPosition fieldPosition)
          Overrides Format.
abstract  StringBuffer DateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
          Formats a Date into a date/time string.
 StringBuffer SimpleDateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition pos)
          Overrides DateFormat
 StringBuffer DecimalFormat.format(double number, StringBuffer result, FieldPosition fieldPosition)
          Formats a double to produce a string.
 StringBuffer DecimalFormat.format(long number, StringBuffer result, FieldPosition fieldPosition)
          Format a long to produce a string.
 StringBuffer MessageFormat.format(Object[] source, StringBuffer result, FieldPosition ignore)
          Returns pattern with formatted objects.
 StringBuffer MessageFormat.format(Object source, StringBuffer result, FieldPosition ignore)
          Returns pattern with formatted objects.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.