A C F M P
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- atof(String) - Static method in class com.horstmann.format.Format
-
Converts a string of digits to a double
- atoi(String) - Static method in class com.horstmann.format.Format
-
Converts a string of digits (decimal, octal or hex) to an integer
- atol(String) - Static method in class com.horstmann.format.Format
-
Converts a string of digits (decimal, octal or hex) to a long integer
C
- com.horstmann.format - package com.horstmann.format
F
- format(char) - Method in class com.horstmann.format.Format
-
Formats a character into a string (like sprintf in C)
- 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(String) - Method in class com.horstmann.format.Format
-
Formats a string into a larger string (like sprintf in C)
- 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.
M
- main(String[]) - Static method in class com.horstmann.format.Format
-
a test stub for the format class
P
- printf(String, char) - Static method in class com.horstmann.format.Format
-
prints a formatted number following printf conventions
- printf(String, double) - Static method in class com.horstmann.format.Format
-
prints a formatted number following printf conventions
- printf(String, int) - Static method in class com.horstmann.format.Format
-
prints a formatted number following printf conventions
- printf(String, long) - Static method in class com.horstmann.format.Format
-
prints a formatted number following printf conventions
- printf(String, String) - Static method in class com.horstmann.format.Format
-
prints a formatted number following printf conventions
All Classes All Packages