Class DeferedCollection<T>

java.lang.Object
com.sun.xml.xsom.util.DeferedCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class DeferedCollection<T> extends Object implements Collection<T>
Collection that returns the view of objects which are actually fetched lazily from an Iterator.
Author:
Kohsuke Kawaguchi