public abstract static class Iterators.Transform<S,T> extends Object implements Iterator<T>
Iterators.Transform(Iterator<S> base)
boolean
hasNext()
T
next()
void
remove()
protected abstract T
transform(S next)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterators.Transform(Iterator<S> base)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
protected abstract T transform(S next)
public void remove()
remove