Class ElementSets


  • public final class ElementSets
    extends java.lang.Object
    Factory methods for ElementSet.
    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 two ElementSets.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementSets

        public ElementSets()
    • Method Detail

      • 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 two ElementSets. This method performs better if lhs is bigger than rhs