Duplications Manager

570274b96eaa5a0c65add7ae

@param e <> the generic type that is able to represent the types containedin both input sets.
@param b the second set, must not be null
@param a the first set, must not be null

"public static union( a, b)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/SetUtils.java

"public static intersection( a, b)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/SetUtils.java

"public static disjunction( a, b)"

file : https_github_com_apache_commons-collections_git/src/main/java/org/apache/commons/collections4/SetUtils.java