public abstract class ArrayTokenizer extends Object
| Constructor and Description |
|---|
ArrayTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getDelimiters()
Returns delimiters which are used in tokenization.
|
String[] |
tokenize(String value)
Implementation of this method breaks down passed string into tokens.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.