java hashmap удалить по состоянию

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