It's not all that uncommon to need to create a Map that works in two directions (from key to
value, and from value to key). Implementations of such collections
already exist in various third-party libraries. One such is guava from
Google.
12.1. Download and connect the guava library, version 19.0.
Shortener (12)
- 16
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
MaGaby2280
7 July 2021, 19:04
This is the link for the Maven repository for Guava https://mvnrepository.com/artifact/com.google.guava/guava/30.1.1-jre
+1