static L mapToLines(Map map) { new L l; for (O key : keys(map)) l.add(str(key) + " = " + str(map.get(key))); ret l; }