Package org.testng.collections
Class Sets
- java.lang.Object
-
- org.testng.collections.Sets
-
public final class Sets extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> Set<V>
newHashSet()
static <V> Set<V>
newHashSet(Collection<V> c)
static <V> Set<V>
newLinkedHashSet()
-
-
-
Method Detail
-
newHashSet
public static <V> Set<V> newHashSet()
-
newHashSet
public static <V> Set<V> newHashSet(Collection<V> c)
-
newLinkedHashSet
public static <V> Set<V> newLinkedHashSet()
-
-