java hashmap retirer par condition

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