Is there any standard structure Map<k1,k2>? This means I can get the "value" through the "key" and the "key" through the "value". In other words both values and key are a Set connected to each other.
Asked
Active
Viewed 177 times
1
ender.an27
- 643
- 10
- 34
-
1Check [this](http://stackoverflow.com/questions/1383797/java-hashmap-how-to-get-key-from-value). There is also an answer which shows how you can do it with the Java standard library. – JonasCz May 07 '15 at 11:50