Пример #1
0
 // MJD latest change in jsword
 public boolean match(ConfigEntryType type, String search) {
   ConfigEntry ce = table.get(type);
   return ce != null && ce.match(search);
 }