Package org.testng.collections
Class Sets
java.lang.Object
org.testng.collections.Sets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> Set
<V> static <V> Set
<V> newHashSet
(Collection<V> c) static <V> Set
<V> newHashSet
(V... a) static <V> Set
<V> static <V> Set
<V> newLinkedHashSet
(Collection<V> c)
-
Constructor Details
-
Sets
private Sets()
-
-
Method Details
-
newHashSet
-
newHashSet
-
newHashSet
-
newLinkedHashSet
-
newLinkedHashSet
-