static bool containsAllIC(Collection a, Collection b) { for (S o : b) if (!containsIC(a, o)) false; true; }