org.onemind.commons.java.util
public final class MapUtils extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
MapUtils() |
public static void dump(java.util.Map m, java.io.Writer writer) throws java.io.IOException
m
- the mapwriter
- the writerjava.io.IOException
- if there's IO problempublic static java.lang.String toString(java.util.Map m) throws java.io.IOException
m
- the mapjava.io.IOException