I need to:
- retrieve values using keys
- be able to iterate the contents in the order they were inserted.
I can’t find this functionality in any of the Maps. Have I missed one or I must I make my own? If thats the case, how to make it speedy for get and iteration.