Constructor and Description |
---|
HelperStringTokenizer(String tobeToken) |
Modifier and Type | Method and Description |
---|---|
List<String> |
allTokens() |
protected String |
computeNext() |
HelperStringTokenizer |
splitComma(boolean onOrOff)
use Comma as token split or not true use it; false don't use it.
|
endOfData, hasNext, next, peek
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public HelperStringTokenizer(String tobeToken)
public HelperStringTokenizer splitComma(boolean onOrOff)
onOrOff
- flag to indicate whether or not to split on commasprotected String computeNext()
computeNext
in class com.google.common.collect.AbstractIterator<String>
Copyright © 2015. All rights reserved.