static Collection values(Map map) { ret map == null ? emptyList() : map.values(); }