I have a Map implementation where I have to create a query whereby using value name field I need to return Key to that object.
One way is to use an iterator through the KeySet and check every Value, but it's not very efficient.
Time is an important factor.
Are there any interesting solutions/ libraries doing this?