static bool anyEndsWithIC(L l, S s) { for (S x : l) if (endsWithIC(x, s)) true; false; }