static bool allContainIC(Collection l, S s) { if (l != null) for (S x : l) if (!containsIC(x, s)) false; true; }