static LinkedHashMap twoElementListsToMap(LL l) { new LinkedHashMap map; if (l != null) for (L x : l) map.put(first(x), second(x)); ret map; }