org.apache.http.TokenIterator |
Known Indirect Subclasses |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether there is another token in this iteration.
| |||||||||||
Obtains the next token from this iteration.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Iterator
|
Indicates whether there is another token in this iteration.
true
if there is another token,
false
otherwise
Obtains the next token from this iteration.
This method should only be called while hasNext
is true.