No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | 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.
           | ||||||||||
|  | 
           Returns the next object and advances the iterator.
           | ||||||||||
|  | 
           Obtains the next header element from this iteration.
           | ||||||||||
|  | 
           Removes the last object returned by 
            nextfrom the collection. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
|  From interface java.util.Iterator | |||||||||||
|  From interface org.apache.http.HeaderElementIterator | |||||||||||
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 Returns the next object and advances the iterator.
| NoSuchElementException | 
|---|
Obtains the next header element from this iteration. This method should only be called while hasNext is true.
| NoSuchElementException | 
|---|
Removes the last object returned by next from the collection. This method can only be called once between each call to next.