static S findInListIC(Collection l, S s) { for (S x : unnull(l)) if (eqic(x, s)) ret x; null; }