public class SetUtl extends Object
| Constructor and Description |
|---|
SetUtl() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
difference(Set<T> a,
Set<T> b) |
static <T> Set<T> |
intersection(Set<T> a,
Set<T> b) |
static <T> Set<T> |
union(Set<T> a,
Set<T> b) |
Copyright © 2024. All rights reserved.