Package org.testng.collections
Class CollectionUtils
java.lang.Object
org.testng.collections.CollectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable<T> asIterable(Iterator<T> iterator) static booleanhasElements(Collection<?> c) static booleanhasElements(Map<?, ?> c)
-
Constructor Details
-
CollectionUtils
private CollectionUtils()
-
-
Method Details
-
hasElements
-
hasElements
-
asIterable
-