public static String merge(String s, Object[][] args) {
   return merge(s, CollectionUtils2.arraysToMap(args));
 }