FileDocCategorySizeDatePackage
HeaderIterator.javaAPI DocAndroid 1.5 API2099Wed May 06 22:41:10 BST 2009org.apache.http

HeaderIterator

public interface HeaderIterator implements Iterator
A type-safe iterator for {@link Header Header} objects.
version
$Revision: 581981 $

Fields Summary
Constructors Summary
Methods Summary
public booleanhasNext()
Indicates whether there is another header in this iteration.

return
true if there is another header, false otherwise

public org.apache.http.HeadernextHeader()
Obtains the next header from this iteration. This method should only be called while {@link #hasNext hasNext} is true.

return
the next header in this iteration