Home
last modified time | relevance | path

Searched defs:hasElements (Results 1 – 2 of 2) 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
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt2246 internal fun hasElements(): Boolean { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel