if (componentToDebug == null) { return 0; } else { Integer integer = (Integer)componentToDebug.get(component); return integer == null ? 0 : integer.intValue(); }
stream.println(string);
if (debug == 0) { return; } if (componentToDebug == null) { componentToDebug = new Hashtable(); } if (debug > 0) { componentToDebug.put(component, new Integer(debug)); } else { componentToDebug.remove(component); }