data structures - Multiple Keys to Single Value Map Java -


i think question similar one: how implement map multiple keys? important difference. in question (if understanding of correct, please let me know if isn't), keys supposed unique. want have map in form: mymap keys aren't unique. if doesn't make sense, want 2 dimensional array, rather refering elements coordinates, want refer them pairs of objects.

anyone have ideas either library works or way implement myself? far libraries go, i've looked @ apache commons , guava, neither seem have want.

the table data structure in guava seems meet requirement of refering value pair of objects.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -