Class SetUtl


  • public class SetUtl
    extends Object
    • Constructor Detail

      • SetUtl

        public SetUtl()
    • Method Detail

      • union

        public static <T> Set<T> union​(Set<T> a,
                                       Set<T> b)
      • intersection

        public static <T> Set<T> intersection​(Set<T> a,
                                              Set<T> b)
      • difference

        public static <T> Set<T> difference​(Set<T> a,
                                            Set<T> b)