public String toString ()

Overriding: java.lang.Object

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

Returns:  a String representation of this map entry