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