java.util.Iterator<java.lang.Object>BasicHeaderIterator, BasicListHeaderIteratorpublic interface HeaderIterator
extends java.util.Iterator<java.lang.Object>
Header objects.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
Indicates whether there is another header in this iteration.
|
Header |
nextHeader() |
Obtains the next header from this iteration.
|