Closed MatthiasOs closed 4 years ago
When both the key and the value are needed, it's more efficient to iterate the entrySet, which will give access to both the key and value, instead.
When both the key and the value are needed, it's more efficient to iterate the entrySet, which will give access to both the key and value, instead.