7 lines
238 B
Markdown
Raw Normal View History

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