public class MoreSets extends Object
Modifier and Type | Method and Description |
---|---|
static <T> com.google.common.collect.ImmutableSet<T> |
union(com.google.common.collect.ImmutableSet<T> set1,
com.google.common.collect.ImmutableSet<T> set2)
Creates a union of two immutable sets.
|