static MultiMap orderedMultiMap() { new MultiMap mm; mm.data = new LinkedHashMap; ret mm; }