This method deletes the specified
element.
Signaturevoid remove(Key k)
void remove(Concept p)
Parameters
for signature 1k
The map key of the element to delete
Parameters for signature 2p
The element to delete. The method deletes
the first occurrence of the object.