Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bi directional map !

820765Oct 12 2011 — edited Oct 12 2011
Hi,

MY requirement is that i have a huge map of with [String key, Collection<String> values ]. Now I need them to reverse refer also. that means i can pass any value in the list 'values' and need to get back the key.

Is there any inbuilt library available. I looked and BiMap and BidiMap (google and apache) but non satisfy my requirement.

Any help please?

Regards,
Raghav
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2011
Added on Oct 12 2011
7 comments
275 views