索引
All Classes and Interfaces|常量字段值|所有程序包
A
- addZeroForNum(String, int) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
生成指定位数的字符串,不够补0
- appendCommaAtStartAndEnd(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
在开头和结尾处附加逗号
B
- between(String, int, int) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串长度区间
C
- camelName(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
将下划线大写方式命名的字符串转换为驼峰式。
- Capitalize - enum class 中的枚举常量 cn.gomro.commons.utils.StringUtils.CaseMode
- CaseMode() - enum class的构造器 cn.gomro.commons.utils.StringUtils.CaseMode
- check(String, String) - 类中的静态方法 cn.gomro.commons.utils.RegexUtils
-
匹配是否符合正则表达式pattern 匹配返回true
- cn.gomro.commons.utils - 程序包 cn.gomro.commons.utils
- collectionToCommaDistinctString(Collection<?>) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
集合字符串转去重后的文本 乱序 去重 [1,2,3,4] ==> 1,2,3,4 [1,,3,4] ==> 1,3,4 [,1,,3,4,] ==> 1,3,4 [,1,3,3,4,] ==> 1,3,4
- collectionToCommaString(Collection<?>) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
集合字符串转文本 有序 不去重 [1,2,3,4] ==> 1,2,3,4 [1,,3,4] ==> 1,3,4 [,1,,3,4,] ==> 1,3,4 [,1,3,3,4,] ==> 1,3,4
- commaDelimitedTrimEmptyLinkedHashSet(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割转Set a,b,c,d ==> [a,b,c,d] a,,c,d ==> [a,c,d] ,a,,c,d, ==> [a,c,d]
- commaDelimitedTrimEmptyList(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割转List 1,2,3,4 ==> [1,2,3,4] 1,,3,4 ==> [1,3,4] ,1,,3,4, ==> [1,3,4]
- commaDelimitedTrimEmptyListInteger(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割转List
1,2,3,4 ==> [1,2,3,4] 1,,3,4 ==> [1,3,4] ,1,,3,4, ==> [1,3,4] ,abc, ==> [] - commaDelimitedTrimEmptyListLong(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割转List
1,2,3,4 ==> [1,2,3,4] 1,,3,4 ==> [1,3,4] ,1,,3,4, ==> [1,3,4] abc, ==> [] - commaDelimitedTrimEmptySet(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割转Set a,b,c,d ==> [a,b,c,d] a,,c,d ==> [a,c,d] ,a,,c,d, ==> [a,c,d]
- commaDelimitedTrimEmptyString(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割去空去重
- compareIsRepeat(String[]) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
验证数组中是否有相同字符串
- contains(CharSequence, CharSequence) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- containsAny(Collection<String>, Collection<String>) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- containsAnyIgnoreCase(Collection<String>, Collection<String>) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
D
- dataCenterId - 类中的变量 cn.gomro.commons.utils.SequenceUtil
- DataCenterIdBits - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- DataCenterIdShift - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
E
- endsWithIgnoreCase(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- Epoch - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- equalsIgnoreCase(CharSequence, CharSequence) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- escapeQuotes(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
封装双引号
- escapeSql(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
F
- filterSpecial(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
过滤特殊字符串
G
- GB2312 - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- GBK - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- getDataCenterId(long) - 类中的静态方法 cn.gomro.commons.utils.SequenceUtil
-
获取数据中心标识
- getWorkerId(long, long) - 类中的静态方法 cn.gomro.commons.utils.SequenceUtil
-
获取机器标识
I
- IS_ACSII - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_CHAR - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_CHINESE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_COLOR - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_COMPANY_NAME - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_DATE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_DATE_OF_MONTH - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_DOUBLE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_DOUBLE_NEGATIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_DOUBLE_POSITIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_EMAIL - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_FRIENDLY_URI - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_FRIENDLY_URI_NAME - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_IDCARD - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_IMAGE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_INTEGER - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_INTEGER_NEGATIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_INTEGER_POSITIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_IP - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_LINK - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_LOWER_CHAR - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_MOBILE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_MONTH - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_NEGATIVE_NUMBER - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_NUMBER - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_NUMBER_NEGATIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_NUMBER_OR_CHAR - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_NUMBER_POSITIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_PASSWD - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_POST - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_PRICE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_QQ - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_TELEPHONE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_UPPER_CHAR - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_USERNAME - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- IS_ZIP_FILE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- isBlank(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
判断字符串是否NULL或空
- isLetterOrDigits(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- isNotBlank(CharSequence) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
判断是否为空白字符
- isNull(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
判断字符串是否为NULL
J
- join(Iterable<?>, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
L
- LastTimestamp - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- len(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串长度
- listToString(List<Integer>) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
List
1,2,3 - > String"1,2,3" - Lower - enum class 中的枚举常量 cn.gomro.commons.utils.StringUtils.CaseMode
- lowerCase(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
转小写字母
M
- max(String, int) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串最大长度
- MaxDataCenterId - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- MaxWorkerId - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
N
- nextId() - 类中的方法 cn.gomro.commons.utils.SequenceUtil
-
获取序列
- NOT_DOUBLE_NEGATIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- NOT_DOUBLE_POSITIVE - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- NOT_NULL - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
- notNull(String) - 类中的静态方法 cn.gomro.commons.utils.RegexUtils
-
非空验证频率最高直接调用
- notNull(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
判断字符串非NULL
- nullToStr(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
NULL转空
- nullToStr(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
NULL转默认值
O
- ONLY_NUMBER_OR_EMPTY - 接口中的静态变量 cn.gomro.commons.utils.RegexUtils.Type
P
- PatternAge - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternChinese - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternChineseEnglishNumeric - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternDate - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternDatetime - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternDouble - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternDoubleNegative - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternDoublePositive - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternEmail - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternEnglish - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternEnglishNumeric - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternEnglishNumericUnderline - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternIdCard - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternInt - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternIntNegative - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternIntPositive - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternIp - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternMobile - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternPhone - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternPostal - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternScientificA - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternScientificB - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternScientificC - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternScientificD - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternSmsAuthCode - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternSpecial - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternUrl - 类中的静态变量 cn.gomro.commons.utils.StringUtils
- PatternUsername - 类中的静态变量 cn.gomro.commons.utils.StringUtils
R
- randomStr8() - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
随机生成8位字符串
- RegexUtils - cn.gomro.commons.utils中的类
- RegexUtils() - 类的构造器 cn.gomro.commons.utils.RegexUtils
- RegexUtils.Type - cn.gomro.commons.utils中的接口
- repeatString(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串去重
S
- semicolonDelimitedTrimEmptyListLong(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
分号分割转List
1;2;3;4 ==> [1,2,3,4] 1;;3;4 ==> [1,3,4] ;1;;3,;4; ==> [1,3,4] abc; ==> [] - sequence - 类中的变量 cn.gomro.commons.utils.SequenceUtil
- SequenceBits - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- SequenceMask - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- SequenceUtil - cn.gomro.commons.utils中的类
- SequenceUtil(long, long) - 类的构造器 cn.gomro.commons.utils.SequenceUtil
- split(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- startsWithIgnoreCase(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
- stringToCommaDistinctString(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割,每个元素前拼接单引号 无序
- stringToDouble(String, Double) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
String to Double
- stringToListInteger(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串转List
- stringToListLong(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
字符串转List
- StringUtils - cn.gomro.commons.utils中的类
- StringUtils() - 类的构造器 cn.gomro.commons.utils.StringUtils
- StringUtils.CaseMode - cn.gomro.commons.utils中的Enum Class
- strip(String, String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
T
- tilNextMillis(long) - 类中的方法 cn.gomro.commons.utils.SequenceUtil
-
保证返回的毫秒数在参数之后(阻塞到下一个毫秒,直到获得新的时间戳)
- timeGen() - 类中的方法 cn.gomro.commons.utils.SequenceUtil
-
获得系统当前毫秒数
- TimestampShift - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- toSqlInString(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
逗号分割去空去重 逗号分割,每个元素前拼接单引号 null ==> '' '' ==> '' 1 ==> '1' 1,ab ==> '1','ab' 1,2,3,4,, ==> '1','2','3','4'
- trim(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
U
- underline2Camel(String, boolean...) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
下划线转驼峰法(默认小驼峰)
- underscoreName(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
-
将驼峰式命名的字符串转换为下划线大写方式。
- Upper - enum class 中的枚举常量 cn.gomro.commons.utils.StringUtils.CaseMode
- UTF8 - 类中的静态变量 cn.gomro.commons.utils.StringUtils
V
- valueOf(String) - enum class中的静态方法 cn.gomro.commons.utils.StringUtils.CaseMode
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.gomro.commons.utils.StringUtils.CaseMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyToSqlInString(String) - 类中的静态方法 cn.gomro.commons.utils.StringUtils
W
- workerId - 类中的变量 cn.gomro.commons.utils.SequenceUtil
- WorkerIdBits - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
- WorkerIdShift - 类中的静态变量 cn.gomro.commons.utils.SequenceUtil
All Classes and Interfaces|常量字段值|所有程序包