Package com.sun.tools.xjc.reader.gbind
Class ElementSets
- java.lang.Object
-
- com.sun.tools.xjc.reader.gbind.ElementSets
-
public final class ElementSets extends Object
Factory methods forElementSet
.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ElementSets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.tools.xjc.reader.gbind.ElementSet
union(com.sun.tools.xjc.reader.gbind.ElementSet lhs, com.sun.tools.xjc.reader.gbind.ElementSet rhs)
Returns an union of twoElementSet
s.
-