Added some algorithms and moved some files and fixed some comments
This commit is contained in:
parent
017a27931a
commit
9297bea93d
25 changed files with 1043 additions and 192 deletions
|
|
@ -202,6 +202,7 @@ public class MultiPrintStream extends PrintStream {
|
|||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private String dump( Object o , boolean print) {
|
||||
if(o == null) return "NULL";
|
||||
StringBuffer buffer = new StringBuffer();
|
||||
Class oClass = o.getClass();
|
||||
buffer.append( oClass.getName() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue