public final class NumberUtils extends Object
| Constructor and Description |
|---|
NumberUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDouble(String str) |
static boolean |
isInteger(String str) |
public static boolean isInteger(String str)
str - String to check if it is a number or notpublic static boolean isDouble(String str)
str - String to check if it is a double number or notCopyright © 2019. All rights reserved.