net.sf.jga.util
public class StringTokenizerIterator extends Object implements Iterator<String>
Copyright © 2003 David A. Hall
Constructor Summary | |
---|---|
StringTokenizerIterator(StringTokenizer tok) |
Method Summary | |
---|---|
boolean | hasNext()
Returns true if the base tokenizer has tokens remaining. |
String | next()
Returns the next string in the base tokenizer. |
void | remove() |
Throws: NoSuchElementException if there are no more tokens in the base tokenizer's string