listCmpDataToString

public static String listCmpDataToString(List<CmpData> list)

Converts Listto String. Each CmpData is separated by a comma (,), and the addr, protocol, and weight fields of CmpData are separated by a semicolon (;).

Return

The converted String

Parameters

list

The Listto be converted