Constructor and Description |
---|
BasicTokenIterator(Iterator<? extends Header> headerIterator)
Creates a new instance of
BasicTokenIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BasicTokenIterator(Iterator<? extends Header> headerIterator)
BasicTokenIterator
.headerIterator
- the iterator for the headers to tokenizepublic T next() throws NoSuchElementException
next
in interface Iterator<T>
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<T>
UnsupportedOperationException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.