Update README.md

This commit is contained in:
rcalago 2024-02-17 06:31:19 +08:00 committed by GitHub
parent 41676a80e6
commit 7a8943dc28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,4 +7,5 @@
- [Limiting the Max Size of a HashMap in Java](https://www.baeldung.com/java-hashmap-size-bound)
- [How to Sort LinkedHashMap by Values in Java](https://www.baeldung.com/java-sort-linkedhashmap-using-values)
- [How to Increment a Map Value in Java](https://www.baeldung.com/java-increment-map-value)
- [Collect Stream of entrySet() to a LinkedHashMap](https://www.baeldung.com/java-linkedhashmap-entryset-stream)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-6)