static > L allValues(Map map) { new L out; for (l : values(map)) addAll(out, l); ret out; }