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 TypeClassDescriptionclass
A very simple TypeSet.class
Perform a transitive closure operation on a type to determine if it belongs to this set.Fields in com.sun.xml.xsom.util declared as TypeSetMethods in com.sun.xml.xsom.util that return TypeSetModifier and TypeMethodDescriptionstatic TypeSet
TypeSet.intersection
(TypeSet a, TypeSet b) Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSet
Calculate 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 TypeSet
TypeSet.intersection
(TypeSet a, TypeSet b) Calculate the TypeSet formed by the intersection of two other TypeSet objects.static TypeSet
Calculate the TypeSet formed by the union of two other TypeSet objects.Constructors in com.sun.xml.xsom.util with parameters of type TypeSet