2020-05-05 05:43:34 -04:00
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
|
|
- [Java Map With Case-Insensitive Keys](https://www.baeldung.com/java-map-with-case-insensitive-keys)
|
2021-01-20 09:39:59 -05:00
|
|
|
|
- [Using a Byte Array as Map Key in Java](https://www.baeldung.com/java-map-key-byte-array)
|
2021-02-03 11:02:05 -05:00
|
|
|
|
- [Using the Map.Entry Java Class](https://www.baeldung.com/java-map-entry)
|
2021-03-03 07:41:37 -05:00
|
|
|
|
- [Optimizing HashMap’s Performance](https://www.baeldung.com/java-hashmap-optimize-performance)
|
2021-10-10 12:27:32 -04:00
|
|
|
|
- [Update the Value Associated With a Key in a HashMap](https://www.baeldung.com/java-hashmap-update-value-by-key)
|
2021-10-27 13:54:57 -04:00
|
|
|
|
- [Java Map – keySet() vs. entrySet() vs. values() Methods](https://www.baeldung.com/java-map-entries-methods)
|
2022-01-26 04:31:09 -05:00
|
|
|
|
- [Java IdentityHashMap Class and Its Use Cases](https://www.baeldung.com/java-identityhashmap)
|
2022-02-23 06:58:10 -05:00
|
|
|
|
- [How to Invert a Map in Java](https://www.baeldung.com/java-invert-map)
|
2022-08-09 23:57:37 -04:00
|
|
|
|
- [Implementing a Map with Multiple Keys in Java](https://www.baeldung.com/java-multiple-keys-map)
|
2022-11-29 18:43:45 -05:00
|
|
|
|
- [Difference Between Map.ofEntries() and Map.of()](https://www.baeldung.com/map-ofentries-and-map-of)
|
2023-12-26 14:15:47 -05:00
|
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-maps-4)[[next -->]](/core-java-modules/core-java-collections-maps-6)
|
|
|
|
|
|