static Map mapItemsToListIndex(L l) { new HashMap map; for i over l: map.put(l.get(i), i); ret map; }