Uses of Class
com.sun.xml.xsom.util.TypeSet
Packages that use TypeSet
-
Uses of TypeSet in com.sun.xml.xsom.util
Subclasses of TypeSet in com.sun.xml.xsom.utilModifier and TypeClassDescriptionclassA very simple TypeSet.classPerform a transitive closure operation on a type to determine if it belongs to this set.Methods in com.sun.xml.xsom.util that return TypeSetModifier and TypeMethodDescriptionstatic TypeSetTypeSet.intersection(TypeSet a, TypeSet b) Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSetCalculate the TypeSet formed by the union of two other TypeSet objects.Methods in com.sun.xml.xsom.util with parameters of type TypeSetModifier and TypeMethodDescriptionstatic TypeSetTypeSet.intersection(TypeSet a, TypeSet b) Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSetCalculate the TypeSet formed by the union of two other TypeSet objects.Constructors in com.sun.xml.xsom.util with parameters of type TypeSet