de.cau.cs.kieler.core.util
Class KielerUtil

java.lang.Object
  extended by de.cau.cs.kieler.core.util.KielerUtil

public final class KielerUtil
extends Object

Static class with utility methods.

Rating red

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
 

Method Detail

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