global class FindDuplicates { global FindDuplicates() { } global Object clone() { } global static List findDuplicates(List sObjects) { } }