toList

abstract fun toList(): ListWrapper<Pair<K, V>>

将此 MapWrapper 转换为 ListWrapper,其中每个元素都是一个 Pair,表示 Map 中的一个键值对。

Return

包含所有键值对的 ListWrapper。