static bool ewicOneOf(S s, S... l) { if (s != null) for (S x : l) if (ewic(s, x)) true; false; }