static L withoutStartingWith(Collection l, fS prefix) { ret notStartingWith(l, prefix); } static L withoutStartingWith(S prefix, Collection l) { ret notStartingWith(prefix, l); }