removeEntry

abstract fun removeEntry(entry: String): Boolean

从枚举中移除一个条目。

Return

如果移除成功,返回 true;否则返回 false。

Parameters

entry

要移除的条目。