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 boolean
hasElements
(Collection<?> c) static boolean
hasElements
(Map<?, ?> c)
-
Constructor Details
-
CollectionUtils
private CollectionUtils()
-
-
Method Details
-
hasElements
-
hasElements
-
asIterable
-