static L withoutStartingWithIC(Collection l, fS prefix) { ret notStartingWithIC(l, prefix); } static L withoutStartingWithIC(S prefix, Collection l) { ret notStartingWithIC(prefix, l); }