public interface TokenIterator extends Iterator<Object>
String tokens.
This interface is designed as a complement to
HeaderElementIterator, in cases where the items
are plain strings rather than full header elements.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Indicates whether there is another token in this iteration.
|
String |
nextToken()
Obtains the next token from this iteration.
|
forEachRemaining, next, removeCopyright © 2010 - 2020 Adobe. All Rights Reserved