Ejemplo n.º 1
0
 public static String merge(String s, Object[][] args) {
   return merge(s, CollectionUtils2.arraysToMap(args));
 }