new MapEntry(key, value)
Represents a basic pair key/value entry in a KeyValuePair.
Represents a basic pair key/value entry in a KeyValuePair.
Parameters:
| Name | Type | Description |
|---|---|---|
key |
* | The key representation of the entry. |
value |
* | The value representation of the entry. |
Members
-
key
-
The key representation of the entry.
-
value
-
The value representation of the entry.
Methods
-
clone()
-
Creates and returns a shallow copy of the object.
Returns:
A new object that is a shallow copy of this instance.
-
toString()
-
Returns the String representation of the object.
Returns:
the String representation of the object.