org.wicketstuff.datatable_autocomplete.util
Class StringUtils

java.lang.Object
  extended by org.wicketstuff.datatable_autocomplete.util.StringUtils

public final class StringUtils
extends Object

Author:
mocleiri

Method Summary
static String join(List<String> c, String seperator)
           
static StringBuffer join(StringBuffer buf, List<String> c, String seperator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

join

public static String join(List<String> c,
                          String seperator)

join

public static StringBuffer join(StringBuffer buf,
                                List<String> c,
                                String seperator)


Copyright © 2009-2013. All Rights Reserved.