Package com.sun.xml.xsom.impl.scd
Class Iterators.Map<T,U>
java.lang.Object
com.sun.xml.xsom.impl.scd.Iterators.ReadOnly<T>
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.xml.xsom.impl.scd.Iterators.ReadOnly
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
core
-
current
-
-
Constructor Details
-
Map
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
apply
-