public class FixedCharacterWSDetector extends java.lang.Object implements IWhitespaceDetector
| Constructor and Description |
|---|
FixedCharacterWSDetector(java.util.List<java.lang.String> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWhitespace(char c)
Returns whether the specified character is whitespace.
|
public FixedCharacterWSDetector(java.util.List<java.lang.String> list)
public boolean isWhitespace(char c)
IWhitespaceDetectorisWhitespace in interface IWhitespaceDetectorc - the character to be checkedtrue if the specified character is a whitespace char