public abstract static class Iterators.Map<T,U> extends Iterators.ReadOnly<T>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<? extends U> |
core |
private java.util.Iterator<? extends T> |
current |
Modifier | Constructor and Description |
---|---|
protected |
Map(java.util.Iterator<? extends U> core) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.Iterator<? extends T> |
apply(U u) |
boolean |
hasNext() |
T |
next() |
remove