org.testng.collections
Class CollectionUtils

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

public class CollectionUtils
extends Object


Constructor Summary
CollectionUtils()
           
 
Method Summary
static boolean hasElements(Collection<?> c)
           
static boolean hasElements(Map<?,?> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils

public CollectionUtils()
Method Detail

hasElements

public static boolean hasElements(Collection<?> c)

hasElements

public static boolean hasElements(Map<?,?> c)


Copyright © 2015. All Rights Reserved.