2021-09-28 05:58:14 +02:00
|
|
|
## Java Collections Cookbooks and Examples
|
|
|
|
|
|
|
|
This module contains articles about Map data structures in Java.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2021-10-07 00:37:33 +08:00
|
|
|
- [Using a Custom Class as a Key in a Java HashMap](https://www.baeldung.com/java-custom-class-map-key)
|
2021-11-10 19:41:57 +08:00
|
|
|
- [Nested HashMaps Examples in Java](https://www.baeldung.com/java-nested-hashmaps)
|
2021-12-08 23:02:06 +08:00
|
|
|
- [Java HashMap With Different Value Types](https://www.baeldung.com/java-hashmap-different-value-types)
|
2022-03-01 09:21:53 +05:00
|
|
|
- [Difference Between Map and HashMap in Java](https://www.baeldung.com/java-map-vs-hashmap)
|
2022-03-01 09:53:30 +05:00
|
|
|
- [How to Create a New Entry in a Map](https://www.baeldung.com/java-map-new-entry)
|
2022-11-11 08:41:08 +08:00
|
|
|
- [Difference Between Map and MultivaluedMap in Java](https://www.baeldung.com/java-map-vs-multivaluedmap)
|