public interface CharacterChecker
| Modifier and Type | Interface and Description |
|---|---|
static class |
CharacterChecker.WhitespaceChecker |
| Modifier and Type | Field and Description |
|---|---|
static CharacterChecker |
WHITESPACE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCharacterLegal(char character)
Is character legal.
|
static final CharacterChecker WHITESPACE
Copyright © 2015 JBoss by Red Hat. All rights reserved.