Package org.testng.collections
Class CollectionUtils
- java.lang.Object
-
- org.testng.collections.CollectionUtils
-
public final class CollectionUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasElements(Collection<?> c)
static boolean
hasElements(Map<?,?> c)
-
-
-
Method Detail
-
hasElements
public static boolean hasElements(Collection<?> c)
-
hasElements
public static boolean hasElements(Map<?,?> c)
-
-