remove

fun remove(descriptor: K): Boolean

Removes an entry from this map. If this entry is registered, it will be unloaded.

Return

True if the entry was removed, false if the entry does not exist.

Parameters

descriptor

The descriptor of the entry.