public class FilterIterator<T> extends WrappedIterator<T>
current| 构造器和说明 |
|---|
FilterIterator(Iterator<T> origin,
java.util.function.Function<T,Boolean> filter) |
public FilterIterator(Iterator<T> origin, java.util.function.Function<T,Boolean> filter)
protected Iterator<T> originIterator()
originIterator 在类中 WrappedIterator<T>protected final boolean fetch()
fetch 在类中 WrappedIterator<T>Copyright © 2019. All rights reserved.