static int indexOfStartingWithIC(L l, S s) { ret indexOfStartsWithIC(l, s); } static int indexOfStartingWithIC(L l, S s, int i) { ret indexOfStartsWithIC(l, s, i); }