static Iterator valueIterator(Map map) { ret map == null ? emptyItIt() : map.values().iterator(); }