Methods inherited from class java.lang.Object clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait Field Detail BUFFER_POOL_URLS protected staticStringBufferPoolBUFFER_POOL_URLS Depr
Methods inherited from class java.lang.Object equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitField Detail COMMA_SEPARATOR public static final String COMMA_SEPARATOR See Also: Constant Field Values UTF8 public static final Charset UTF8 Constructor Detail StringUtils public St...
public classStringUtilsextends java.lang.Object This class contains static methods for performing various operations on Strings. For example, this class has methods for counting the number of occurrences of a particular character in a String, and methods for splitting a String into elements that were...
/** * A CharSequence is a readable sequence of char values. This * interface provides uniform, read-only access to many different kinds of * char sequences. * A char value represents a character in the Basic * Multilingual Plane (BMP) or a surrogate. Refer to Unicode Character Representat...
Methods inherited from class java.lang.Object getClass, notify, notifyAll, wait, wait, waitMethod Detail values public static StringUtils[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constan...
Method[] getAllDeclaredMethods(Class<?> leafClass) // 在类中查找指定构造方法 Constructor<T> accessibleConstructor(Class<T> clazz, Class<?>... parameterTypes) // 是否是 equals() 方法 boolean isEqualsMethod(Method method) // 是否是 hashCode() 方法 ...
Popular methods of StringUtils quoteJavaString Convert a string to the Java literal and enclose it with double quotes. Null will result in "null" ( quoteStringSQL Convert a string to a SQL literal. Null is converted to NULL. The text is enclosed in single quotes. javaDecode Decode a text...
* {@code splitPreserveAllTokens} methods that return a maximum array * length. * * @param str the String to parse, may be {@code null} * @param separatorChars the separate character * @param max the maximum number of elements to include in the ...
Methods in this class give sample code to explain their operation. The symbol*is used to indicate any input includingnull. 翻译:Google org.apache.commons.lang 类StringUtils java.lang.Object org.apache.commons.lang.StringUtils 公共类StringUtils扩展Object ...
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitConstructor Detail StringUtils public StringUtils() Method Detail uuid32 public static String uuid32() 返回32位uuid Returns: uuid36 public static String uuid36(...