Update README.md

[skip ci]
This commit is contained in:
edizor 2023-12-03 14:07:32 +08:00 committed by GitHub
parent 3081399bd2
commit f53d917454
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@
- [How to Get First or Last Entry From a LinkedHashMap in Java](https://www.baeldung.com/java-linkedhashmap-first-last-key-value-pair) - [How to Get First or Last Entry From a LinkedHashMap in Java](https://www.baeldung.com/java-linkedhashmap-first-last-key-value-pair)
- [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/java-hashmap-write-read-file) - [How to Write and Read a File with a Java HashMap](https://www.baeldung.com/java-hashmap-write-read-file)
- [Limiting the Max Size of a HashMap in Java](https://www.baeldung.com/java-hashmap-size-bound) - [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)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-6) - More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-6)