| Package | Description |
|---|---|
| com.sun.xml.xsom.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTypeSet
A very simple TypeSet.
|
class |
TypeClosure
Perform a transitive closure operation on a type to determine if it
belongs to this set.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeSet |
TypeSet.intersection(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the intersection of two
other TypeSet objects.
|
static TypeSet |
TypeSet.union(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the union of two
other TypeSet objects.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeSet |
TypeSet.intersection(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the intersection of two
other TypeSet objects.
|
static TypeSet |
TypeSet.union(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the union of two
other TypeSet objects.
|
| Constructor and Description |
|---|
TypeClosure(TypeSet typeSet) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.