Parameters | Description |
const _K& rKey | Key to be used to search for item. |
const _V& item | Element to insert. |
Mboolean bCanReplace = Mtrue | Specifies whether to replace the item or not if there is already an item with the same key. The default value is Mtrue. |
Mboolean put(const _K& rKey, const _V& item, Mboolean bCanReplace = Mtrue) throw(MException);