static > L keysWhereValueContains(B b, Map map) { new L l; for (A key, C value : map) if (contains(value, b)) l.add(key); ret l; }