net.sf.jga.util
public class FilterIterator<T> extends Object implements Iterator<T>
Copyright © 2002 David A. Hall
Constructor Summary | |
---|---|
FilterIterator(Iterator<? extends T> iter, UnaryFunctor<T,Boolean> pred) |
Method Summary | |
---|---|
boolean | hasNext() |
T | next() |
void | remove() |