API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. Formattable View Source
Author(s)
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Formattable
Subinterfaces
Description
public interface Formattable
  The Formattable interface must be implemented by any class that needs to perform custom formatting using the 's' conversion specifier of Formatter.
See also:   
Methods
Hide/Show inherited methods
public void formatTo (Formatter formatter, int flags, int width, int precision)
  Formats the object using the provided formatter.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar