B4A:
<method>
<name>Remove</name>
<comment>Removes the item with the given key, if such exists.
Returns the item removed or null if no matching item was found.</comment>
<returntype>java.lang.Object</returntype>
<parameter>
<name>Key</name>
<type>java.lang.Object</type>
</parameter>
</method>
B4i:
<method>
<name DesignerName="Remove">Remove:</name>
<comment>Removes the pair with the given key (if such exists).</comment>
<returntype>void</returntype>
<parameter>
<name>Key</name>
<type>NSObject*</type>
</parameter>
</method>