com.ning.org.jboss.netty.util.internal
Class StringUtil
java.lang.Object
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 |
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 © 2014. All Rights Reserved.