public class BasicHeaderElementIterator extends Object
Iterator of HeaderElements.| Constructor and Description | 
|---|
| BasicHeaderElementIterator(Iterator<? extends Header> headerIterator) | 
| BasicHeaderElementIterator(Iterator<? extends Header> headerIterator,
                          HeaderValueParser parser)Creates a new instance of BasicHeaderElementIterator | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext() | 
| T | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BasicHeaderElementIterator(Iterator<? extends Header> headerIterator, HeaderValueParser parser)
public T next()
       throws NoSuchElementException
next in interface Iterator<T>NoSuchElementExceptionpublic void remove()
            throws UnsupportedOperationException
remove in interface Iterator<T>UnsupportedOperationExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.