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<T> |
originIterator() |
close, close, hasNext, metadata, next, none, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MapperIterator(Iterator<T> origin, java.util.function.Function<T,R> mapper)
protected Iterator<T> originIterator()
originIterator 在类中 WrappedIterator<R>protected final boolean fetch()
fetch 在类中 WrappedIterator<R>Copyright © 2021. All rights reserved.