org.apache.http.HeaderElementIterator |
Known Indirect Subclasses |
A type-safe iterator for HeaderElement
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether there is another header element in this
iteration.
| |||||||||||
Obtains the next header element from this iteration.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Iterator
|
Indicates whether there is another header element in this iteration.
true
if there is another header element,
false
otherwise
Obtains the next header element from this iteration.
This method should only be called while hasNext
is true.