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