JAVA-624: Updated READMEs and pom for new module

This commit is contained in:
sampadawagde
2020-03-28 15:46:17 +05:30
parent 4d28f47cd6
commit 40c18cd9c1
4 changed files with 36 additions and 4 deletions

View File

@@ -13,5 +13,4 @@ This module contains articles about Map data structures in Java.
- [Sort a HashMap in Java](https://www.baeldung.com/java-hashmap-sort)
- [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max)
- [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap)
- [Java TreeMap vs HashMap](https://www.baeldung.com/java-treemap-vs-hashmap)
- More articles: [[<-- prev>]](/../java-collections-maps)
- More articles: [[<-- prev>]](/java-collections-maps) [[next -->]](/java-collections-maps-3)