public class CharUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
CR |
static char |
LF |
static char |
SPACE |
static char |
TAB |
| Constructor and Description |
|---|
CharUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWhiteChar(char c) |
public static final char SPACE
public static final char LF
public static final char CR
public static final char TAB
Copyright © 2019. All rights reserved.