7 lines
696 B
Markdown
Raw Normal View History

## Relevant Articles:
2023-10-20 22:00:01 +08:00
- [Difference Between putIfAbsent() and computeIfAbsent() in Javas Map](https://www.baeldung.com/java-map-putifabsent-computeifabsent)
- [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/how-to-write-and-read-a-file-with-a-java-hashmap/)
2023-10-29 06:29:25 +08:00
- [How to Write Hashmap to CSV File](https://www.baeldung.com/java-write-hashmap-csv)
2023-11-10 19:37:26 +08:00
- [How to Get First or Last Entry From a LinkedHashMap in Java](https://www.baeldung.com/java-linkedhashmap-first-last-key-value-pair)
2023-11-11 07:43:24 +08:00
- [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/java-hashmap-write-read-file)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-6)