public class BasicHeaderElementIterator extends Object
Iterator
of HeaderElement
s.Constructor and Description |
---|
BasicHeaderElementIterator(Iterator<Header> headerIterator) |
BasicHeaderElementIterator(Iterator<Header> headerIterator,
HeaderValueParser parser)
Creates a new instance of BasicHeaderElementIterator
|
public BasicHeaderElementIterator(Iterator<Header> headerIterator, HeaderValueParser parser)
public 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.