Class Sets


  • public final class Sets
    extends Object
    Since:
    2.0
    • Method Detail

      • of

        public static <T> Set<T> of​(T e1,
                                    T e2)
      • of

        public static <T> Set<T> of​(T e1,
                                    T e2,
                                    T e3)
      • of

        public static <T> Set<T> of​(T e1,
                                    T e2,
                                    T e3,
                                    T e4)
      • of

        public static <T> Set<T> of​(T e1,
                                    T e2,
                                    T e3,
                                    T e4,
                                    T e5)
      • of

        public static <T> Set<T> of​(Iterable<T> elements)