HashMaps
Kind of basic question...
Are hashmaps limited to only being setup (values preset in code)
before execution or are they dynamic?
Also, what kind of map interface would be recommended if I wanted to store
say "Items" such as:
myItems<String itemNAME, int itemVALUE>
That would allow values to be changed/added/removed all well the game is running>?

