Exemplo n.º 1
0
 @Override
 public Set<Map.Entry<String, String>> entrySet() {
   check();
   return map.entrySet();
 }