Java Hashmap Usuń według warunków

hmap.values().removeIf(value -> value < threshold);
arne314