@SuppressWarnings("unchecked")
 public Enumeration<String> getKeys() {
   return Collections.enumeration(Collections.EMPTY_LIST);
 }