Package com.sun.tools.xjc.reader.gbind
Class ElementSets
java.lang.Object
com.sun.tools.xjc.reader.gbind.ElementSets
Factory methods for
ElementSet
.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
ElementSets
public ElementSets()
-
-
Method Details
-
union
public 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. This method performs better if lhs is bigger than rhs
-