de.cau.cs.kieler.core.util
Class KielerUtil
java.lang.Object
de.cau.cs.kieler.core.util.KielerUtil
public final class KielerUtil
- extends Object
Static class with utility methods.
- Rating

Method Summary |
static String |
toString(Map<?,?> map)
Prints the contents of the given map. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toString
public static String toString(Map<?,?> map)
- Prints the contents of the given map.
- Parameters:
map
- the map to be printed
- Returns:
- a string representation of the map