Home
last modified time | relevance | path

Searched defs:hasElements (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/collections/
DCollectionUtils.java10 public static boolean hasElements(Collection<?> c) { in hasElements() method in CollectionUtils
14 public static boolean hasElements(Map<?, ?> c) { in hasElements() method in CollectionUtils