static L getValuesAndClear(Map map) { if (map == null) null; L l = valuesList(map); map.clear(); ret l; }