- Format - Class in com.horstmann.format
-
A class for formatting numbers that follows printf conventions.
- Format(String) - Constructor for class com.horstmann.format.Format
-
Formats the number following printf conventions.
- format(double) - Method in class com.horstmann.format.Format
-
Formats a double into a string (like sprintf in C)
- format(int) - Method in class com.horstmann.format.Format
-
Formats an integer into a string (like sprintf in C)
- format(long) - Method in class com.horstmann.format.Format
-
Formats a long integer into a string (like sprintf in C)
- format(char) - Method in class com.horstmann.format.Format
-
Formats a character into a string (like sprintf in C)
- format(String) - Method in class com.horstmann.format.Format
-
Formats a string into a larger string (like sprintf in C)