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