static L allContainingIC(Collection l, fS x) { ret containingIC(l, x); } static L allContainingIC(S x, Collection l) { ret containingIC(x, l); }