In Java, to create a new Map instance that has an iteration order not same as that of an existing Map instance, which concrete implementation of the Map interface should be used?
Which collection class does not allow growing or shrinking of its size, provides indexed access to its elements, and whose methods are not synchronized?