AbstractMapEntry.toString

Returns a string representation of this map entry. This implementation returns the string representation of this entry's key followed by the equals character ("<tt>=</tt>") followed by the string representation of this entry's value.

@return a string representation of this map entry

class AbstractMapEntry(K, V)
override
string
toString
()

Meta