This method of the ReflectionPermission Class compares the ReflectionPermission instance with a specified permission object.
public int compareSet(Object target);
Returns one of the following constants:
DISJOINT
EMPTY
OVERLAP
EQUAL
SUBSET
SUPERSET
EMPTY_SUBSET
EMPTY_SUPERSET
target | The permission object that the ReflectionPermission instance is compared with. |