Package | Description |
---|---|
com.sun.xml.xsom.util |
Modifier and Type | Class | 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 | 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 | 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 | Description |
---|---|
TypeClosure(TypeSet typeSet) |
Copyright © 2018 Oracle Corporation. All rights reserved.