Package org.apache.http
Interface TokenIterator
-
- All Known Implementing Classes:
BasicTokenIterator
public interface TokenIterator extends Iterator<Object>
An iterator forStringtokens. This interface is designed as a complement toHeaderElementIterator, in cases where the items are plain strings rather than full header elements.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Indicates whether there is another token in this iteration.StringnextToken()Obtains the next token from this iteration.-
Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove
-
-