sbool containsMap_ciValues(Iterable l, SS map) { if (l != null) for (SS m : l) if (mapEquals_ciValues(m, map)) true; false; }