Searched refs:DeferedCollection (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/
H A DSCD.java34 import com.sun.xml.internal.xsom.util.DeferedCollection;
98 return new DeferedCollection<XSComponent>(select(Iterators.singleton(contextNode)));
169 return new DeferedCollection<XSComponent>(select(contextNodes.iterator()));
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/util/
H A DDeferedCollection.java40 public class DeferedCollection<T> implements Collection<T> { class in inherits:Collection
51 public DeferedCollection(Iterator<T> result) { method in class:DeferedCollection

Completed in 44 milliseconds