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)
|