global class Collator { global Object clone() { } global Integer compare(String s1, String s2) { } global static System.Collator getInstance() { } }