| Constructor and Description |
|---|
BreakIteratorTokenizer()
Constructor for the default locale.
|
BreakIteratorTokenizer(java.util.Locale locale)
Constructor for the given locale.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
split(java.lang.String text)
Splits the string into a list of tokens.
|