Method ADT.Set()->superset()

class ADT.Set

Method superset

bool superset(ADT.Set(< ValueType >) other)

Description

Superset. A >= B returns true if all items in B are also present in A.