public class CommaSeparatedTokenizer
extends java.lang.Object
This class doesn't work because it doesn't return anything for two
 succeding commas.| Constructor and Description | 
|---|
| CommaSeparatedTokenizer(java.lang.String text)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasMoreTokens()Is there another token? | 
| java.lang.String | nextToken()Get the next token |