Package org.zkoss.lang
Class Integers
- java.lang.Object
-
- org.zkoss.lang.Integers
-
public class Integers extends java.lang.Object
Integer utilities.- Author:
- tomyeh
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Integer
ZERO
The zero.
-
Constructor Summary
Constructors Constructor Description Integers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toStringByScale(int val, int digits)
urns a String object representing the specified integer, with the (at-least) specified digits.
-