static int compareIgnoreCase(S a, S b) { ret a.compareToIgnoreCase(b); }