public class FlatMapperIterator<T,R> extends WrappedIterator<R>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Iterator<R> |
results |
current| 构造器和说明 |
|---|
FlatMapperIterator(Iterator<T> origin,
java.util.function.Function<T,Iterator<R>> mapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
fetch() |
protected boolean |
fetchMapped() |
protected Iterator<?> |
originIterator() |
close, hasNext, metadata, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected Iterator<?> originIterator()
originIterator 在类中 WrappedIterator<R>protected final boolean fetch()
fetch 在类中 WrappedIterator<R>protected boolean fetchMapped()
Copyright © 2018. All rights reserved.