public class ExtendableIterator<T> extends WrappedIterator<T>
current| 构造器和说明 |
|---|
ExtendableIterator() |
ExtendableIterator(Iterator<T> iter) |
ExtendableIterator(Iterator<T> itor1,
Iterator<T> itor2) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
ExtendableIterator<T> |
extend(Iterator<T> iter) |
protected boolean |
fetch() |
protected Iterator<?> |
originIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ExtendableIterator<T> extend(Iterator<T> iter)
public void close()
throws Exception
close 在接口中 AutoCloseableclose 在类中 WrappedIterator<T>Exceptionprotected Iterator<?> originIterator()
originIterator 在类中 WrappedIterator<T>protected boolean fetch()
fetch 在类中 WrappedIterator<T>Copyright © 2019. All rights reserved.