Class Sets

java.lang.Object
org.testng.collections.Sets

public final class Sets extends Object
  • Constructor Details

    • Sets

      private Sets()
  • Method Details

    • newHashSet

      public static <V> Set<V> newHashSet()
    • newHashSet

      public static <V> Set<V> newHashSet(Collection<V> c)
    • newHashSet

      @SafeVarargs public static <V> Set<V> newHashSet(V... a)
    • newLinkedHashSet

      public static <V> Set<V> newLinkedHashSet()
    • newLinkedHashSet

      public static <V> Set<V> newLinkedHashSet(Collection<V> c)