| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -563,7 +563,7 @@ map.computeIfAbsent(3, num -> "bam"); | |||
| 563 | 563 | map.get(3); // val33 | |
| 564 | 564 | ``` | |
| 565 | 565 | ||
| 566 | - Next, we learn how to remove entries for a a given key, only if it's currently mapped to a given value: | ||
| 566 | + Next, we learn how to remove entries for a given key, only if it's currently mapped to a given value: | ||
| 567 | 567 | ||
| 568 | 568 | ```java | |
| 569 | 569 | map.remove(3, "val3"); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments