remove

open fun remove(key: String): Boolean

Remove the entry with the specified key (if found).

Return

true if an entry with the specified key was found (and deleted).

Parameters

key

Entry key.