org.testng.collections
Class Sets

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

public class Sets
extends Object


Constructor Summary
Sets()
           
 
Method Summary
static
<V> Set<V>
newHashSet()
           
static
<V> Set<V>
newHashSet(Collection<V> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sets

public Sets()
Method Detail

newHashSet

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

newHashSet

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


Copyright © 2015. All Rights Reserved.