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:
Iterator<T>
- Enclosing class:
- Iterators
For each U, apply
U->Iterator<T>
function and then iterate all
the resulting T.