public class Integers extends Object
| Constructor and Description |
|---|
Integers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toStringByScale(int val,
int digits)
urns a String object representing the specified integer, with
the (at-least) specified digits.
|
public static final Integer ZERO
public static final String toStringByScale(int val, int digits)
Example: toStringByScale(123, 5) returns "00123", toStringByScale(123, 2) returns "123".
Copyright © 2018. All rights reserved.