static bool containsSubList(L x, L y) { ret indexOfSubList(x, y) >= 0; }