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 for ElementSet
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementSets
public ElementSets()
union
public static ElementSet union(ElementSet lhs,
ElementSet rhs)
- Returns an union of two
ElementSet
s.
This method performs better if lhs is bigger than rhs