public class ValuePrinter extends Object
| Constructor and Description |
|---|
ValuePrinter() |
public static String print(Object value)
public static String printValues(String start, String separator, String end, Iterator values)
start - the beginning of the values, e.g. "("separator - the separator of values, e.g. ", "end - the end of the values, e.g. ")"values - the values to print