I have a problem finding a key from a specific value.
I know the other way round to find a value from a key but not a key from a value. I think I found quite a lot solutions but I don't really understand them, can you help me please ?
HashMap<Spielfeldposition, Integer> risikoregionen = new HashMap<Spielfeldposition, Integer>();