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