public abstract class GridFilteredIterator<T> extends Object implements Iterator<T>
GridFilteredIterator(Iterator<? extends T> it)
protected abstract boolean
accept(T t)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GridFilteredIterator(Iterator<? extends T> it)
it
protected abstract boolean accept(T t)
t
true
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2014. All rights reserved.