public abstract static class Iterators.Filter<T> extends Object
protected
Iterators.Filter(Iterator<? extends T> core)
boolean
hasNext()
protected abstract boolean
matches(T value)
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Iterators.Filter(Iterator<? extends T> core)
protected abstract boolean matches(T value)
public boolean hasNext()
public T next()
public final void remove()
remove
Iterator<T>
Copyright © 2013 Oracle. All Rights Reserved.