static Set> _entrySet(Map map) { ret map == null ? Collections.EMPTY_SET : map.entrySet(); }