#BAEL-17518 add README descriptions

This commit is contained in:
Alessio Stalla
2019-10-03 08:36:36 +02:00
parent 68b080e1c5
commit 476dbbc01a
10 changed files with 36 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
=========
## Java Collections Cookbooks and Examples
This module contains articles about Map data structures in Java.
### Relevant Articles:
- [Guide to the Guava BiMap](https://www.baeldung.com/guava-bimap)
- [The Java HashMap Under the Hood](https://www.baeldung.com/java-hashmap)
@@ -13,3 +13,4 @@
- [Comparing Two HashMaps in Java](https://www.baeldung.com/java-compare-hashmaps)
- [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)
- More articles: [[next -->]](/../java-collections-maps-2)