Top "Insertion-order" questions

For questions relating to the maintenance of the insertion order of objects into a collection/container.

A std::map that keep track of the order of insertion?

I currently have a std::map<std::string,int> that stores an integer value to an unique string …

c++ dictionary std insertion-order
List implementation that maintains ordering

Is there an existing List implementation in Java that maintains order based on provided Comparator? Something that can be used …

java list collections insertion-order