Bi directional map !
820765Oct 12 2011 — edited Oct 12 2011Hi,
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