Skip to content

Commit

Permalink
JAVA-1188: README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sampadawagde committed Apr 7, 2020
1 parent b0add81 commit b637721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-java-modules/core-java-collections-maps-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +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)
- More articles: [[<-- prev]](/core-java-collections-maps) [[next -->]](/core-java-collections-maps-3)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps) [[next -->]](/core-java-modules/core-java-collections-maps-3)
2 changes: 1 addition & 1 deletion core-java-modules/core-java-collections-maps-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This module contains articles about Map data structures in Java.
### Relevant Articles:
- [Java TreeMap vs HashMap](https://www.baeldung.com/java-treemap-vs-hashmap)
- [Comparing Two HashMaps in Java](https://www.baeldung.com/java-compare-hashmaps)
- More articles: [[<-- prev]](/core-java-collections-maps-2)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-2)
2 changes: 1 addition & 1 deletion core-java-modules/core-java-collections-maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ This module contains articles about Map data structures in Java.
- [Immutable Map Implementations in Java](https://www.baeldung.com/java-immutable-maps)
- [Guide to Apache Commons MultiValuedMap](https://www.baeldung.com/apache-commons-multi-valued-map)
- [The Java HashMap Under the Hood](https://www.baeldung.com/java-hashmap-advanced)
- More articles: [[next -->]](/core-java-collections-maps-2)
- More articles: [[next -->]](/core-java-modules/core-java-collections-maps-2)

0 comments on commit b637721

Please sign in to comment.