|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.logicalcobwebs.proxool.FormatHelper
public class FormatHelper
Formats things as Strings
Constructor Summary | |
---|---|
FormatHelper()
|
Method Summary | |
---|---|
static java.lang.String |
formatBigNumber(long value)
Format like ###000000 |
static java.lang.String |
formatMediumNumber(long value)
Format like 0000 |
static java.lang.String |
formatSmallNumber(long value)
Format like 00 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormatHelper()
Method Detail |
---|
public static java.lang.String formatSmallNumber(long value)
value
- to format
public static java.lang.String formatMediumNumber(long value)
value
- to format
public static java.lang.String formatBigNumber(long value)
value
- to format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |