Tokenizers.whitespace() instead@Deprecated public final class Whitespace extends AbstractTokenizer
To create tokenizer that returns leading and trailing empty tokens use
Tokenizers.pattern("\\s+")
This class is immutable and thread-safe.
| Constructor and Description |
|---|
Whitespace()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
tokenizeToList(String input)
Deprecated.
Return tokenized version of a string as a list of tokens.
|
String |
toString()
Deprecated.
|
tokenizeToSetCopyright © 2014–2018. All rights reserved.