|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.onemind.commons.java.util.MapUtils
A map utility class
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 |
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 |