mapToString

public static String mapToString(Map map)

Converts a Map to a string. Each entry is separated by ';', and key and value are separated by ':'.

Return

The converted string.

Parameters

map

The map to be converted.