Package highfive.utils
Class SetUtl
- java.lang.Object
-
- highfive.utils.SetUtl
-
public class SetUtl extends Object
-
-
Constructor Summary
Constructors Constructor Description SetUtl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-