An iterator for
String tokens.
This interface is designed as a complement to
HeaderElementIterator , in cases where the items
are plain strings rather than full header elements.
version: $Revision: 601000 $
Method Summary
boolean
hasNext() Indicates whether there is another token in this iteration.
Obtains the next token from this iteration.
This method should only be called while
TokenIterator.hasNext hasNext is true.
the next token in this iteration