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