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