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