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