static int indexOfIC(L a, S b) { ret indexOfIgnoreCase(a, b); } static int indexOfIC(S a, S b) { ret indexOfIgnoreCase(a, b); }