kotlin-stdlib
Common
Native
kotlin-stdlib
/
kotlin.collections
/
ArrayList
/
isEmpty
is
Empty
Common
Native
expect
open
override
fun
isEmpty
(
)
:
Boolean
(
source
)
actual
open
override
fun
isEmpty
(
)
:
Boolean
Returns
true
if the collection is empty (contains no elements),
false
otherwise.