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 © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.