java.lang.Object | |
↳ | org.apache.http.message.BasicHeaderElementIterator |
Basic implementation of a HeaderElementIterator
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of BasicHeaderElementIterator
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether there is another header element in this
iteration.
| |||||||||||
Obtains the next header element from this iteration.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of BasicHeaderElementIterator
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.
NoSuchElementException |
---|