final class WhitespaceHelper extends Object
Character.isWhitespace(char) that can be replaced for GWT
compatibility.| Modifier | Constructor and Description |
|---|---|
private |
WhitespaceHelper()
Construction prohibited.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isWhitespace(char c) |
public static boolean isWhitespace(char c)
c - is the character to check.true if whitespace, false
otherwise.Copyright © 2001–2015 mmm-Team. All rights reserved.