public abstract class FilterIterator<T> extends Object implements Iterator<T>
Iterator implementation that filters elements with a boolean predicate.predicateFunction(T)| Constructor and Description |
|---|
FilterIterator(Iterator<T> baseIterator) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.