Searched defs:hasElements (Results 1 – 2 of 2) sorted by relevance
| /external/testng/src/main/java/org/testng/collections/ | ||
| D | CollectionUtils.java | 10 public static boolean hasElements(Collection<?> c) { in hasElements() method in CollectionUtils |
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ | ||
| D | BufferedChannel.kt | 2246 internal fun hasElements(): Boolean { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel |