| Constructor and Description | 
|---|
| BasicTokenIterator(Iterator<Header> headerIterator)Creates a new instance of  BasicTokenIterator. | 
public BasicTokenIterator(Iterator<Header> headerIterator)
BasicTokenIterator.headerIterator - the iterator for the headers to tokenizepublic T next()
       throws NoSuchElementException
next in interface Iterator<T>NoSuchElementExceptionpublic void remove()
            throws UnsupportedOperationException
remove in interface Iterator<T>UnsupportedOperationExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.