org.apache.http.message.BasicHeaderElementIterator
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Creates a new instance of BasicHeaderElementIterator
Public Methods
public
boolean
hasNext()
Indicates whether there is another header element in this
iteration.
public
final
Object
next()
Returns the next object in the iteration.
Obtains the next header element from this iteration.
This method should only be called while
hasNext
is true.
public
void
remove()
Removes the last object returned by
next
from the
collection.