public abstract static class Iterators.Map<T,U>
extends java.lang.Object
U->Iterator<T> function and then iterate all
the resulting T.| Modifier | Constructor | Description |
|---|---|---|
protected |
Map(java.util.Iterator<? extends U> core) |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract java.util.Iterator<? extends T> |
apply(U u) |
|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
protected Map(java.util.Iterator<? extends U> core)
Copyright © 2018 Oracle. All rights reserved.