예제 #1
0
 @Override
 public Set<Map.Entry<String, String>> entrySet() {
   check();
   return map.entrySet();
 }