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