Say I have a map: Map shop = new HashMap();
How do I sort this Map, beyond just using TreeMap instead of HashMap?