2018-10-19 15:07:31 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Java Collections Cookbooks and Examples
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-09-24 09:18:08 -04:00
|
|
|
- [Guide to the Guava BiMap](https://www.baeldung.com/guava-bimap)
|
|
|
|
- [The Java HashMap Under the Hood](https://www.baeldung.com/java-hashmap)
|
|
|
|
- [A Guide to LinkedHashMap in Java](https://www.baeldung.com/java-linked-hashmap)
|
|
|
|
- [A Guide to TreeMap in Java](https://www.baeldung.com/java-treemap)
|
|
|
|
- [How to Store Duplicate Keys in a Map in Java?](https://www.baeldung.com/java-map-duplicate-keys)
|
2018-10-19 15:07:31 -04:00
|
|
|
- [Get the Key for a Value from a Java Map](https://www.baeldung.com/java-map-key-from-value)
|
2018-10-23 04:57:41 -04:00
|
|
|
- [How to Check If a Key Exists in a Map](https://www.baeldung.com/java-map-key-exists)
|
2019-01-02 15:53:54 -05:00
|
|
|
- [Comparing Two HashMaps in Java](https://www.baeldung.com/java-compare-hashmaps)
|
2019-01-04 07:00:45 -05:00
|
|
|
- [Immutable Map Implementations in Java](https://www.baeldung.com/java-immutable-maps)
|
2019-03-03 10:19:12 -05:00
|
|
|
- [Guide to Apache Commons MultiValuedMap](https://www.baeldung.com/apache-commons-multi-valued-map)
|