Need a Java map/table with multiple keys to one value. Value is commonly altered
- by Duncan
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.