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 190 times
1

ender.an27
- 703
- 1
- 13
- 35
-
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. – Jonas Czech May 07 '15 at 11:50