Android
org.apache.http
public interface

org.apache.http.HeaderElementIterator

org.apache.http.HeaderElementIterator Iterator<E>

A type-safe iterator for HeaderElement objects.

Known Indirect Subclasses

Summary

Public Methods

          boolean  hasNext()
Indicates whether there is another header element in this iteration.
          HeaderElement  nextElement()
Obtains the next header element from this iteration.
Methods inherited from interface java.util.Iterator

Details

Public Methods

public boolean hasNext()

Indicates whether there is another header element in this iteration.

Returns

  • true if there is another header element, false otherwise

public HeaderElement nextElement()

Obtains the next header element from this iteration. This method should only be called while hasNext is true.

Returns

  • the next header element in this iteration
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48