Package org.jboss.weld.util.collections
Class Sets
java.lang.Object
org.jboss.weld.util.collections.Sets
Static utility methods for
Set.- Author:
- Martin Kouba
-
Method Summary
-
Method Details
-
newHashSet
- Parameters:
elements-- Returns:
-
union
This is a replacement for Guava's Sets#union(Set, Set).- Parameters:
set1-set2-- Returns:
- an unmodifiable view of the union of two sets
-