public class NewSet
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
copyOf
public static <E> Set<E> copyOf(E[] elements)
-
-
of
public static <E> Set<E> of()
-
of
public static <E> Set<E> of(E element)
-
of
public static <E> Set<E> of(E... elements)