java hashmap eliminar por condición

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