Ejemplo n.º 1
0
 public int match(List<String> strings, String name) {
   return Util.match2(strings, name, caseSensitive);
 }