|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.onemind.commons.java.util.MapUtils
public final class MapUtils
A map utility class
Constructor Summary | |
---|---|
private |
MapUtils()
|
Method Summary | |
---|---|
static void |
dump(java.util.Map m,
java.io.Writer writer)
Dump the map in name=value lines |
static java.lang.String |
toString(java.util.Map m)
Get a string representation of the content in the map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private MapUtils()
Method Detail |
---|
public static void dump(java.util.Map m, java.io.Writer writer) throws java.io.IOException
m
- the mapwriter
- the writer
java.io.IOException
- if there's IO problempublic static java.lang.String toString(java.util.Map m) throws java.io.IOException
m
- the map
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |