|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.message.BasicHeaderElementIterator
public class BasicHeaderElementIterator
Basic implementation of a HeaderElementIterator.
| Constructor Summary | |
|---|---|
BasicHeaderElementIterator(HeaderIterator headerIterator)
|
|
BasicHeaderElementIterator(HeaderIterator headerIterator,
HeaderValueParser parser)
Creates a new instance of BasicHeaderElementIterator |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Indicates whether there is another header element in this iteration. |
java.lang.Object |
next()
|
HeaderElement |
nextElement()
Obtains the next header element from this iteration. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicHeaderElementIterator(HeaderIterator headerIterator,
HeaderValueParser parser)
public BasicHeaderElementIterator(HeaderIterator headerIterator)
| Method Detail |
|---|
public boolean hasNext()
HeaderElementIterator
hasNext in interface java.util.IteratorhasNext in interface HeaderElementIteratortrue if there is another header element,
false otherwise
public HeaderElement nextElement()
throws java.util.NoSuchElementException
HeaderElementIteratorhasNext
is true.
nextElement in interface HeaderElementIteratorjava.util.NoSuchElementException
public final java.lang.Object next()
throws java.util.NoSuchElementException
next in interface java.util.Iteratorjava.util.NoSuchElementException
public void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||