From 46abaa9ff6352ff5529c4aa6a543171f6d243343 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Sun, 10 Oct 2021 11:27:32 -0500 Subject: [PATCH] BAEL-5161 add link back to article (#11310) --- java-collections-maps-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/java-collections-maps-3/README.md b/java-collections-maps-3/README.md index 9b1d8510c2..831f987523 100644 --- a/java-collections-maps-3/README.md +++ b/java-collections-maps-3/README.md @@ -4,3 +4,4 @@ - [Using a Byte Array as Map Key in Java](https://www.baeldung.com/java-map-key-byte-array) - [Using the Map.Entry Java Class](https://www.baeldung.com/java-map-entry) - [Optimizing HashMap’s Performance](https://www.baeldung.com/java-hashmap-optimize-performance) +- [Update the Value Associated With a Key in a HashMap](https://www.baeldung.com/java-hashmap-update-value-by-key)