public class FilteredIterator<T> extends Object implements Iterator<T>
FilteredIterator(Iterator<T> iterator, Filter<T> filter)
boolean
hasNext()
static void
main(String[] args)
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilteredIterator(Iterator<T> iterator, Filter<T> filter)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public static void main(String[] args)
© 2002-2013 Stanford NLP Group