CollectionsUtils

Provides util methods for common collection patterns.

Functions

Link copied to clipboard
fun isEmpty(sparseArray: SparseArray<*>?): Boolean
fun isEmpty(sparseArrayCompat: SparseArrayCompat<*>?): Boolean
fun isEmpty(collection: Collection<*>?): Boolean
fun isEmpty(map: Map<*, *>?): Boolean
Link copied to clipboard
Link copied to clipboard