Class CollectionUtils

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

public final class CollectionUtils extends Object
  • Method Details

    • hasElements

      public static boolean hasElements(Collection<?> c)
    • hasElements

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

      public static <T> Iterable<T> asIterable(Iterator<T> iterator)