String s1 = o1.toString().toLowerCase(); String s2 = o2.toString().toLowerCase(); return s1.compareTo(s2);