public abstract static class Iterators.Map<T,U> extends Object
protected
Iterators.Map(Iterator<? extends U> core)
protected abstract Iterator<? extends T>
apply(U u)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Iterators.Map(Iterator<? extends U> core)
public boolean hasNext()
public T next()
protected abstract Iterator<? extends T> apply(U u)
public final void remove()
remove
Iterator<T>
Copyright © 2013 Oracle. All rights reserved.