In the below key/value list "val3" is repeating for different keys. Which map suits best for such type of list.
I want "val3" should be stored only once with multiple keys pointing to it.
key1---->val1
key2---->val3
key3---->val3
key5---->val5
key6---->val3
key7---->val6
key8---->val3
key9---->val3