This TreeSetUtil class tests various usages of the HashSetUtil class. params 1 is an aray of strings. param2 is a single string. This program will create a TreeSet made of Person object. Person is an inner class. This program will fail to run as any TreeSet element MUST implement the Comparable interface. You will need to implement that interface for thetype to make the program run correctly.