JavaScript is disabled on your browser.
JBoss Common Beans 1.1.0.Final
Direct Known Subclasses:
GreedyTokenizer , StrictTokenizer
public abstract class ArrayTokenizer
extends Object
Simple abstract class to abstract tokenization process. Implementation provides rules of tokenization, ie. chars(delimiters) based on which
String is broken down into tokens.
Author:
baranowb
Method Summary
Methods
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.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
ArrayTokenizer
public ArrayTokenizer()
JBoss Common Beans 1.1.0.Final
Copyright © 2013 JBoss, a division of Red Hat, Inc. . All rights reserved.