E
public class FilteringIterator<E> extends Object implements Iterator<E>
FilteringIterator(Iterator<E> iterator, Predicate<E> filter)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FilteringIterator(Iterator<E> iterator, Predicate<E> filter)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2013. All rights reserved.