SyntaxFix
Write A Post
Hire A Developer
Questions
You can maintain a Map (for fast lookup) and List (for order) but a LinkedHashMap may be the simplest. You can also try a SortedMap e.g. TreeMap, which an have any order you specify.
Map
List
LinkedHashMap
SortedMap
TreeMap