public class CharUtil extends Object
| Constructor and Description |
|---|
CharUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAlpha(char ch) |
static boolean |
isDigit(char ch) |
static boolean |
isDown(char ch) |
static boolean |
isUpper(char ch) |
Copyright © 2021 Shoothzj. All rights reserved.