I have a map data already with me in string format for eg -
in = ch.ed,
au = nsw.syd,
us = ny.nj,
ca = on.to,
Can someone please suggest which data structure i should use in java to put this data in. "Enummap" or a "hashmap" or if any other suggestions ? What are advantages if i use "enummap". My map will remain unchanged throughout the package.
Thanks