| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HeaderElementIterator
A type-safe iterator for HeaderElement objects.
| Method Summary | |
|---|---|
|  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 | 
|---|
| next, remove | 
| Method Detail | 
|---|
boolean hasNext()
hasNext in interface Iterator<Object>true if there is another header element,
          false otherwiseHeaderElement nextElement()
hasNext
 is true.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||