No examples for this method.
Frequently called with: [Clear]
-1
org.apache.http.HeaderElementIterator |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.