public abstract class VerifyUtils extends Object
| 构造器和说明 |
|---|
VerifyUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isDigit(char ch) |
static boolean |
isDouble(String str) |
static boolean |
isEmpty(Integer o) |
static boolean |
isEmpty(Long o) |
static boolean |
isEmpty(String o) |
static boolean |
isFloat(String str) |
static boolean |
isInteger(String str) |
static boolean |
isLong(String str) |
static boolean |
isNotEmpty(Integer o) |
static boolean |
isNotEmpty(Long o) |
static boolean |
isNotEmpty(String o) |
static boolean |
isNumeric(String str) |
public static boolean isNumeric(String str)
public static boolean isInteger(String str)
public static boolean isLong(String str)
public static boolean isFloat(String str)
public static boolean isDouble(String str)
public static boolean isDigit(char ch)
public static boolean isNotEmpty(Long o)
public static boolean isNotEmpty(Integer o)
public static boolean isNotEmpty(String o)
public static boolean isEmpty(Long o)
public static boolean isEmpty(Integer o)
public static boolean isEmpty(String o)
Copyright © 2016. All rights reserved.