public class CheckUtilities extends Object
| Constructor and Description |
|---|
CheckUtilities() |
CheckUtilities(int min,
int max,
ObjService existPortList) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
between(long min,
long value,
long max) |
static boolean |
between(long x,
String y,
long z) |
static boolean |
between(String min,
String value,
String max) |
static int |
charCount(String str,
char c) |
static boolean |
isBigYear(int year) |
static boolean |
isIPAddress(String ipAddress) |
static boolean |
isMACAddress(String str) |
static boolean |
isMark(String mark) |
static boolean |
isNumber(char c) |
static boolean |
isNumberString(String value) |
static boolean |
isValidAddress(String strAddress,
String strMark) |
static boolean |
lengthBetween(String min,
String value,
String max) |
public CheckUtilities()
public CheckUtilities(int min,
int max,
ObjService existPortList)
public static boolean isBigYear(int year)
public static boolean isIPAddress(String ipAddress)
public static boolean isMark(String mark)
public static boolean isMACAddress(String str)
public static boolean between(long x,
String y,
long z)
public static boolean between(long min,
long value,
long max)
public static int charCount(String str, char c)
public static boolean isNumberString(String value)
public static boolean isNumber(char c)
Copyright © 2019. All rights reserved.