com.ning.org.jboss.netty.util.internal
Class StringUtil

java.lang.Object
  extended by com.ning.org.jboss.netty.util.internal.StringUtil

public final class StringUtil
extends Object

String utility class.


Method Summary
static String[] split(String value, char delim)
          Splits the specified String with the specified delimiter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

split

public static String[] split(String value,
                             char delim)
Splits the specified String with the specified delimiter. This operation is a simplified and optimized version of String.split(String).



Copyright © 2013. All Rights Reserved.