I'm creating a new Map and pushing strings into it (no big deal) -but I've noticed that the strings are being re-ordered as the map grows. Is it possible to stop ...
Back again with new questions, I used the idea of creating a Part which would contain partNumber, description, quantity. I then put it into a HashMap like this myMap.put(partNumber.getText(), a); so now I've got a map, myMap with a key value of parNumber and a, as an object. How do I get the values out of a. Say I want to ...