StringBuffer sb = new StringBuffer(); sb.append(a); sb.append(DELIMITER); sb.append(b); return sb.toString();
return a.split(DELIMITER);