| Constructor and Description |
|---|
TSets() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
intersection(Set<T> a,
Set<T> b)
Return a Set that contains only the elements that are in both
a
and b. |
static <T> Set<T> |
union(Set<T> a,
Set<T> b)
Return a Set that contains all the elements in both
a and
b. |