static bool containsSubListIC(LS x, LS y) { ret indexOfSubListIC(x, y) >= 0; }