| 构造器和说明 |
|---|
BasicHeaderIterator(Header[] headers,
String name)
Creates a new header iterator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
Header |
next()
Obtains the next header from this iteration.
|
void |
remove()
Removing headers is not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Header next() throws NoSuchElementException
next 在接口中 Iterator<Header>NoSuchElementException - if there are no more headerspublic void remove()
throws UnsupportedOperationException
remove 在接口中 Iterator<Header>UnsupportedOperationException - alwaysCopyright © 2023. All rights reserved.