Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can we create a Map with reverse view and lookup in Java?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


How can we create a Map with reverse view and lookup in Java?

0

In a Map we can lookup for a value by using a distinct key. In a Map

with reverse view and lookup, even the values are distinct. So there

is one to one mapping between keys and values and vice version.

If we enable this constraint on a Map then we can look up a key by

its value. Such data structure is called bi-directional map.

There is no built data structure similar to reverse lookup Map in

JDK.

But Apache Common Collections and Guava libraries provide

implementation of bidirectional map. It is called BidiMap and

BiMap. Both of these data structure enforce the constraint of one to

one mapping between keys and values.

https://www.techiedelight.com/invert-mapping-map-java/

Popularity 1/10 Helpfulness 1/10 Language java
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 04 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.