public class SetUtil extends Object
| Constructor and Description |
|---|
SetUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Set |
intersection(Set
Compute the intersection of sets
set1 and
set2.
|