|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.xsom.impl.scd.Iterators.Map<T,U>
public abstract static class Iterators.Map<T,U>
For each U, apply U->Iterator<T> function and then iterate all the resulting T.
| Constructor Summary | |
|---|---|
protected |
Iterators.Map(java.util.Iterator<? extends U> core)
|
| Method Summary | |
|---|---|
protected abstract java.util.Iterator<? extends T> |
apply(U u)
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Iterators.Map(java.util.Iterator<? extends U> core)
| Method Detail |
|---|
public boolean hasNext()
public T next()
protected abstract java.util.Iterator<? extends T> apply(U u)
public final void remove()
remove in interface java.util.Iterator<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||