walker.utilities
Class Output

java.lang.Object
  extended by walker.utilities.Output

public class Output
extends java.lang.Object

Created by IntelliJ IDEA. User: andy Date: Mar 24, 2010


Field Summary
static boolean debug
           
 
Constructor Summary
Output()
           
 
Method Summary
static
<T> void
print(T message)
          Prints a message in the output stream.
static
<T> void
print2(T message)
          Prints a message in the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

Output

public Output()
Method Detail

print

public static <T> void print(T message)
Prints a message in the output stream. The message is printed in a new line.

Parameters:
message - the message

print2

public static <T> void print2(T message)
Prints a message in the output stream.

Parameters:
message - the message