mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
c9eb040b70
commit
f7a2741aa3
@ -368,7 +368,7 @@ public class CollUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 两个集合的差集<br>
|
* 两个集合的对称差集 (A-B)∪(B-A)<br>
|
||||||
* 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留两个集合中此元素个数差的个数<br>
|
* 针对一个集合中存在多个相同元素的情况,计算两个集合中此元素的个数,保留两个集合中此元素个数差的个数<br>
|
||||||
* 例如:
|
* 例如:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user