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