nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
915 stars 275 forks source link

4414 implement set #5915

Open rogin opened 1 year ago

rogin commented 1 year ago

Implement java.util.Set as desired by multiple users.

I ran edge cases with nulls through a HashSet and implemented according to its true/false results.

An initial review was performed here.