public class IteratorMapper<T,U> extends java.lang.Object implements java.util.Iterator<U>
IteratorMapper(Mapper<T,U> mapper, java.util.Iterator<T> delegate)
boolean
hasNext()
U
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorMapper(Mapper<T,U> mapper, java.util.Iterator<T> delegate)
public boolean hasNext()
hasNext
java.util.Iterator<U>
public U next()
next
public void remove()
remove