Beispiel #1
0
 public static HyphDict byCode(String code) {
   for (HyphDict dict : values) if (dict.toString().equals(code)) return dict;
   return NONE;
 }