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