static L syncCloneValues(Map map) { if (map == null) ret new L; synchronized(map) { ret cloneList(values(map)); } }