isEmpty

inline fun <Type> GdxArray<Type>?.isEmpty(): Boolean

Return

true if the array is null or has no elements.


inline fun GdxMap<*, *>?.isEmpty(): Boolean

Return

true if the map is null or has no elements.


inline fun <Type> GdxSet<Type>?.isEmpty(): Boolean

Return

true if the set is null or has no elements.