public interface HeaderElementIterator extends Iterator<Object>
HeaderElement
objects.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Indicates whether there is another header element in this
iteration.
|
HeaderElement |
nextElement()
Obtains the next header element from this iteration.
|
boolean hasNext()
HeaderElement nextElement()
hasNext
is true.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.