|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.lang.Longs
public class Longs
Long relevant utilities.
Field Summary | |
---|---|
static java.lang.Long |
ZERO
The zero. |
Constructor Summary | |
---|---|
Longs()
|
Method Summary | |
---|---|
static java.lang.String |
toStringByScale(long val,
int digits)
urns a String object representing the specified integer, with the (at-least) specified digits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Long ZERO
Constructor Detail |
---|
public Longs()
Method Detail |
---|
public static final java.lang.String toStringByScale(long val, int digits)
Example: toStringByScale(123, 5) returns "00123", toStringByScale(123, 2) returns "123".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |