static bool eqicOneOf(S s, S... l) { for (S x : l) if (eqic(s, x)) true; false; }