static bool swicAny(S a, Collection l) { if (l != null) for (S b : l) if (swic(a, b)) true; false; }