static L replaceElementsUsingMap(Iterable l, final Map map) { ret map(l, func(A a) { getOrKeep(map, a) }; }