Method ADT.Set()->superset()
- Method superset
boolsuperset(ADT.Setother)- Description
Superset. A >= B returns true if all items in B are also present in A.
bool superset(ADT.Set other)
Superset. A >= B returns true if all items in B are also present in A.