public final class NumbersCache extends Object
Constructor and Description |
---|
NumbersCache() |
Modifier and Type | Method and Description |
---|---|
static String |
get(double d)
Get the string representing the given double if it's an integer
|
static String |
get(int i)
Get the String representing the given number
|
public static String get(int i)
i
- the long to convertpublic static String get(double d)
d
- the double to convertCopyright © 2021. All rights reserved.