or_sets
Description:
public StateSet?
or_sets (
StateSet compare_set)
Constructs the union of the two sets.
Parameters:
this |
an StateSet
|
compare_set |
another StateSet
|
Returns:
a new StateSet which is the union of the two sets, returning null is
empty.
|