B C E F G I L M O R S U Z

B

B(long) - Static method in class fmtint
Convert number to an unsigned binary string representation right-justified in a field of minimal width.
B(long, int) - Static method in class fmtint
Convert number to an unsigned binary string representation right-justified in a field of at least width characters.
B(long, int, int) - Static method in class fmtint
Convert number to an unsigned binary string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
B(long, int, int, int) - Static method in class fmtint
Convert number to an unsigned binary string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits, grouping digits into ngroup digits from the right, separated by an underscore.

C

centerJustify(String, int) - Static method in class fmtint
Return a copy of s centered, with blank padding if necessary, in a string of length pad_len characters.
convertDouble(double, int, int) - Static method in class fmtflt
 
convertDouble(double, int, int, int) - Static method in class fmtflt
 
convertDouble(double, int, int, int, boolean) - Static method in class fmtflt
 
convertDouble(double, int, int, int, boolean, char, char, int) - Static method in class fmtflt
Convert number to a decimal string representation.
convertFloat(float, int, int) - Static method in class fmtflt
 
convertFloat(float, int, int, int) - Static method in class fmtflt
 
convertFloat(float, int, int, int, boolean) - Static method in class fmtflt
 
convertFloat(float, int, int, int, boolean, char, char, int) - Static method in class fmtflt
Convert number to a decimal string representation.
convertLong(long) - Static method in class fmtint
 
convertLong(long, int) - Static method in class fmtint
 
convertLong(long, int, int) - Static method in class fmtint
 
convertLong(long, int, int, int) - Static method in class fmtint
 
convertLong(long, int, int, int, boolean) - Static method in class fmtint
 
convertLong(long, int, int, int, boolean, boolean) - Static method in class fmtint
 
convertLong(long, int, int, int, boolean, boolean, boolean) - Static method in class fmtint
 
convertLong(long, int, int, int, boolean, boolean, boolean, char, char, int) - Static method in class fmtint
 
convertLong(long, int, int, int, boolean, boolean, boolean, char, char, int, int, int, boolean) - Static method in class fmtint
Convert number to a string representation in the specified base.

E

E(double) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 decimal places, and a 3-digit exponent field.
E(double, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 decimal places, and a 3-digit exponent field.
E(double, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and a 3-digit exponent field.
E(double, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and an exponent field of exponent_digits digits.
E(double, int, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and an exponent field of exponent_digits digits, grouping digits into ngroup digits, separated by an underscore.
E(float) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 decimal places, and a 3-digit exponent field.
E(float, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 decimal places, and a 3-digit exponent field.
E(float, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and a 3-digit exponent field.
E(float, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and an exponent field of exponent_digits digits.
E(float, int, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and an exponent field of exponent_digits digits, grouping digits into ngroup digits, separated by an underscore.

F

F(double) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 decimal places, and no exponent field.
F(double, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 decimal places, and no exponent field.
F(double, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and no exponent field.
F(double, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and no exponent field, grouping digits into ngroup digits, separated by an underscore.
F(float) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 decimal places, and no exponent field.
F(float, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 decimal places, and no exponent field.
F(float, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and no exponent field.
F(float, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with fractional_digits decimal places, and no exponent field, grouping digits into ngroup digits, separated by an underscore.
fmtflt - class fmtflt.
The fmtflt class provides an extended set of floating-point formatting functions to fill a serious gap in the offerings of the Java libraries: namely, the inability to control field width, sign, digit grouping, precision, exponential vs.
fmtflt() - Constructor for class fmtflt
 
fmtint - class fmtint.
The fmtint class provides an extended set of integer formatting functions to fill a serious gap in the offerings of the Java libraries: namely, the inability to control field width, sign, digit grouping, and justification in numeric output.
fmtint() - Constructor for class fmtint
 

G

G(double) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 total digits.
G(double, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 total digits.
G(double, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits digits.
G(double, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits total digits.
G(double, int, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits total digits, grouping digits into ngroup digits, separated by an underscore.
G(float) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of minimal width, with a default of 6 total digits.
G(float, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with a default of 6 total digits.
G(float, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits digits.
G(float, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits total digits.
G(float, int, int, int, int) - Static method in class fmtflt
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with total_digits total digits, grouping digits into ngroup digits, separated by an underscore.

I

I(long) - Static method in class fmtint
Convert number to an optionally-signed decimal string representation right-justified in a field of minimum width.
I(long, int) - Static method in class fmtint
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters.
I(long, int, int) - Static method in class fmtint
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
I(long, int, int, int) - Static method in class fmtint
Convert number to an optionally-signed decimal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits, grouping digits into ngroup digits from the right, separated by an underscore.

L

leftJustify(String, int) - Static method in class fmtint
Return a copy of s left justified, with blank padding on the right if necessary, in a string of length pad_len characters.

M

main(String[]) - Static method in class fmtflt
Run a test suite of the public functions in this class.
main(String[]) - Static method in class fmtint
Run a test suite of the public functions in this class.

O

O(long) - Static method in class fmtint
Convert number to an unsigned octal string representation right-justified in a field of minimal width.
O(long, int) - Static method in class fmtint
Convert number to an unsigned octal string representation right-justified in a field of at least width characters.
O(long, int, int) - Static method in class fmtint
Convert number to an unsigned octal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
O(long, int, int, int) - Static method in class fmtint
Convert number to an unsigned octal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits, grouping digits into ngroup digits from the right, separated by an underscore.

R

R(long) - Static method in class fmtint
Convert number to a string in base 10 right-justified in a field of minimal width.
R(long, int) - Static method in class fmtint
Convert number to a string in base base right-justified in a field of minimal width.
R(long, int, int) - Static method in class fmtint
Convert number to a string in base base right-justified in a field of at least width characters.
R(long, int, int, int) - Static method in class fmtint
Convert number to a string in base base right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
R(long, int, int, int, int) - Static method in class fmtint
Convert number to an string in base base right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits, grouping digits into ngroup digits from the right, separated by an underscore.
rightJustify(String, int) - Static method in class fmtint
Return a copy of s right justified, with blank padding on the left if necessary, in a string of length pad_len characters.

S

S(long) - Static method in class fmtint
Convert number to a signed (if negative) Ada-style string in base 10 right-justified in a field of minimal width.
S(long, int) - Static method in class fmtint
Convert number to a signed (if negative) Ada-style string in base base right-justified in a field of minimal width.
S(long, int, int) - Static method in class fmtint
Convert number to a signed (if negative) Ada-style string in base base right-justified in a field of at least width characters.
S(long, int, int, int) - Static method in class fmtint
Convert number to a signed (if negative) Ada-style string in base base right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
S(long, int, int, int, int) - Static method in class fmtint
Convert number to a signed (if negative) Ada-style string in base base right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits, grouping digits into ngroup digits from the right, separated by an underscore.

U

unseparate(String) - Static method in class fmtflt
Return a copy of s with all underscore separator characters removed.
unseparate(String, char) - Static method in class fmtflt
Return a copy of s with all separator characters removed.

Z

Z(long) - Static method in class fmtint
Convert number to an unsigned hexadecimal string representation right-justified in a field of at least width characters.
Z(long, int) - Static method in class fmtint
Convert number to an unsigned hexadecimal string representation right-justified in a field of at least width characters.
Z(long, int, int) - Static method in class fmtint
Convert number to an unsigned hexadecimal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.
Z(long, int, int, int) - Static method in class fmtint
Convert number to an unsigned hexadecimal string representation right-justified in a field of at least width characters, with leading zeros if necessary to produce at least min_digits digits.

B C E F G I L M O R S U Z