T
public class FilterIterator<T> extends Object implements Iterator<T>
FilterIterator(Iterator<T> iterator, Predicate<T> predicate)
iterator
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilterIterator(Iterator<T> iterator, Predicate<T> predicate)
predicate
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.