|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwalker.utilities.Output
public class Output
Created by IntelliJ IDEA. User: andy Date: Mar 24, 2010
Field Summary | |
---|---|
static boolean |
debug
|
Constructor Summary | |
---|---|
Output()
|
Method Summary | ||
---|---|---|
static
|
print(T message)
Prints a message in the output stream. |
|
static
|
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 |
---|
public static boolean debug
Constructor Detail |
---|
public Output()
Method Detail |
---|
public static <T> void print(T message)
message
- the messagepublic static <T> void print2(T message)
message
- the message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |