mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
add commnent
This commit is contained in:
parent
80a9af499c
commit
54ffe1ed0e
@ -623,7 +623,12 @@ public class CharSequenceUtil extends StrChecker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查指定字符串中是否只包含给定的字符
|
* 检查指定字符串中是否只包含给定的字符<br>
|
||||||
|
* <ul>
|
||||||
|
* <li>str 是 null,testChars 也是 null,直接返回 true</li>
|
||||||
|
* <li>str 是 null,testChars 不是 null,直接返回 true</li>
|
||||||
|
* <li>str 不是 null,testChars 是 null,直接返回 false</li>
|
||||||
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param str 字符串
|
* @param str 字符串
|
||||||
* @param testChars 检查的字符
|
* @param testChars 检查的字符
|
||||||
|
Loading…
x
Reference in New Issue
Block a user