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