|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kwebs.util.Debug
public final class Debug
Debugging utilities, mostly for displaying objects.
Method Summary | |
---|---|
static String |
dumpMapContents(Map<?,?> map,
boolean toScreen)
Creates a string representation of the contents of a map. |
static void |
printMap(Map<?,?> map)
Displays the contents of a map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void printMap(Map<?,?> map)
map
- the map from which the key/value pairs are to be displayedpublic static String dumpMapContents(Map<?,?> map, boolean toScreen)
map
- the map from which the key/value pairs are to be displayedtoScreen
- whether to display on System.out
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |