public class IteratorMapper<T,U>
extends java.lang.Object
implements java.util.Iterator<U>
Constructor and Description |
---|
IteratorMapper(Mapper<T,U> mapper,
java.util.Iterator<T> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
U |
next() |
void |
remove() |