Need a Java map/table with multiple keys to one value. Value is commonly altered

Posted by Duncan on Stack Overflow See other posts from Stack Overflow or by Duncan
Published on 2009-08-06T08:22:47Z Indexed on 2010/06/17 23:33 UTC
Read the original article Hit count: 173

Filed under:
|
|

What I need is a collection which allows multiple keys to access a single object.

I need to apply frequent alterations to this object.

It also must be efficient for 500k+ entries.

© Stack Overflow or respective owner

Related posts about java

Related posts about collections