Microsoft SDK for Java

SetComparison Interface Fields

The SetComparison Interface contains the following fields.

DISJOINT The sets are disjoint.
EMPTY Both sets are empty sets.
EMPTY_SUBSET This set is empty, and the other set is not empty.
EMPTY_SUPERSET This set is not empty, and the other set is empty.
EQUAL The sets are identical.
OVERLAP The sets overlap.
SUBSET This set is a subset of the other set, and is not equal to the other set.
SUPERSET This set is a superset of the other set, and is not equal to the other set.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.