public final class Sets extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
containsAll(Set<T> s,
Set<T> t) |
static <T> boolean |
containsAny(Set<T> s,
Set<T> t) |
static <T> Set<T> |
difference(Set<T> s,
Set<T> t) |
static <T> Set<T> |
intersection(Set<T> s,
Set<T> t) |
static <T> Set<T> |
union(Set<T> s,
Set<T> t) |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.