|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.lang.Integers
public class Integers
Integer utilities.
| Field Summary | |
|---|---|
static java.lang.Integer |
ZERO
The zero. |
| Constructor Summary | |
|---|---|
Integers()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
toStringByScale(int 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.Integer ZERO
| Constructor Detail |
|---|
public Integers()
| Method Detail |
|---|
public static final java.lang.String toStringByScale(int 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 | |||||||||