emptySet

abstract fun <T> emptySet(): Set<T>

返回一个空的只读 Set.

Return

空的 Set

Parameters

T

集合中的元素类型