static void removeWhere(Collection c, O... params) {
  removeWhereParams(c, params);
}