static Collection valuesForKeysContainingIC(Map map, S x) { new L l; if (map != null) for (Map.Entry e : map.entrySet()) if (cic(e.getKey(), x)) l.add(e.getValue()); ret l; }