java.lang.Object
net.serenitybdd.model.collect.NewSet

public class NewSet extends Object
  • Constructor Details

    • NewSet

      public NewSet()
  • Method Details

    • copyOf

      public static <E> Set<E> copyOf(E[] elements)
    • copyOf

      public static <E> Set<E> copyOf(Collection<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)