|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Former
Formats a double or complex (double[]) into a string (like sprintf in C).
Comparator,
cern.colt,
Sorting| Method Summary | |
|---|---|
String |
form(double value)
Formats a double into a string (like sprintf in C). |
String |
form(double[] value)
Formats a complex (double[]) into a string (like sprintf in C). |
String |
form(float value)
Formats a float into a string (like sprintf in C). |
String |
form(float[] value)
Formats a complex (float[]) into a string (like sprintf in C). |
String |
form(int value)
Formats an int into a string (like sprintf in C). |
String |
form(long value)
Formats an long into a string (like sprintf in C). |
| Method Detail |
|---|
String form(double value)
value - the number to format
IllegalArgumentException - if bad argumentString form(float value)
value - the number to format
IllegalArgumentException - if bad argumentString form(int value)
value - the number to format
IllegalArgumentException - if bad argumentString form(long value)
value - the number to format
IllegalArgumentException - if bad argumentString form(double[] value)
value - the number to format
IllegalArgumentException - if bad argumentString form(float[] value)
value - the number to format
IllegalArgumentException - if bad argument
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||