Updated README.md

added link back to the article: https://www.baeldung.com/java-multiple-keys-map
This commit is contained in:
Asjad J 2022-08-10 08:57:37 +05:00 committed by GitHub
parent c1c875b5b1
commit f4d37de96b
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
- [Java Map keySet() vs. entrySet() vs. values() Methods](https://www.baeldung.com/java-map-entries-methods)
- [Java IdentityHashMap Class and Its Use Cases](https://www.baeldung.com/java-identityhashmap)
- [How to Invert a Map in Java](https://www.baeldung.com/java-invert-map)
- [Implementing a Map with Multiple Keys in Java](https://www.baeldung.com/java-multiple-keys-map)
- More articles: [[<-- prev]](../core-java-collections-maps-4)