Package com.sun.xml.xsom.impl.scd
Class Iterators.Map<T,U>
- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.Iterators.Map<T,U>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- Iterators
public abstract static class Iterators.Map<T,U> extends java.lang.Object
For each U, apply U->Iterator<T> function and then iterate all the resulting T.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.Iterator<? extends T>
apply(U u)
boolean
hasNext()
T
next()
void
remove()
-
-
-
Constructor Detail
-
Map
protected Map(java.util.Iterator<? extends U> core)
-
-