Methods
Modifier and Type |
Method and Description |
static boolean |
compare(String prefix,
Map a,
Map b) |
static boolean |
compare(String prefix,
Map a,
Map b,
ArrayList ignore,
StringBuffer buffer) |
static void |
debug() |
static void |
debug(Class fClass,
Throwable e) |
static void |
debug(Object o) |
static void |
debug(String message) |
static void |
debug(String message,
boolean value) |
static void |
debug(String message,
byte[] v) |
static void |
debug(String message,
byte[] v,
int max) |
static void |
debug(String message,
Calendar value) |
static void |
debug(String message,
char[] v) |
static void |
debug(String message,
Date value) |
static void |
debug(String prefix,
Dimension r) |
static void |
debug(String message,
double value) |
static void |
debug(String message,
File file) |
static void |
debug(String message,
ICC_Profile value) |
static void |
debug(String message,
int value) |
static void |
debug(String message,
int[] v) |
static void |
debug(String message,
List v) |
static void |
debug(String message,
long value) |
static void |
debug(String message,
Map map) |
static void |
debug(String message,
Object value) |
static void |
debug(String message,
Object[] value) |
static void |
debug(String prefix,
Point p) |
static void |
debug(String prefix,
Rectangle r) |
static void |
debug(String message,
String value) |
static void |
debug(String message,
Throwable e) |
static void |
debug(Throwable e) |
static void |
debug(Throwable e,
int value) |
static void |
debugByteQuad(String message,
int i) |
static void |
debugIPQuad(String message,
byte[] bytes) |
static void |
debugIPQuad(String message,
int i) |
static void |
dump(String prefix,
Object value) |
static void |
dumpStack() |
static void |
dumpStack(int limit) |
static String |
getDebug(Class fClass,
Throwable e) |
static String |
getDebug(String message) |
static String |
getDebug(String message,
boolean value) |
static String |
getDebug(String message,
byte[] v) |
static String |
getDebug(String message,
byte[] v,
int max) |
static String |
getDebug(String message,
Calendar value) |
static String |
getDebug(String message,
char[] v) |
static String |
getDebug(String message,
Date value) |
static String |
getDebug(String prefix,
Dimension r) |
static String |
getDebug(String message,
double value) |
static String |
getDebug(String message,
File file) |
static String |
getDebug(String message,
ICC_Profile value) |
static String |
getDebug(String message,
int value) |
static String |
getDebug(String message,
int[] v) |
static String |
getDebug(String message,
List v) |
static String |
getDebug(String message,
long value) |
static String |
getDebug(String message,
Map map) |
static String |
getDebug(String message,
Object value) |
static String |
getDebug(String message,
Object[] value) |
static String |
getDebug(String prefix,
Point p) |
static String |
getDebug(String prefix,
Rectangle r) |
static String |
getDebug(String message,
String value) |
static String |
getDebug(String message,
Throwable e) |
static String |
getDebug(Throwable e) |
static String |
getDebug(Throwable e,
int max) |
static String |
getStackTrace(Throwable e) |
static String |
getStackTrace(Throwable e,
int limit) |
static String |
getStackTrace(Throwable e,
int limit,
int skip) |
static String |
getType(Object value) |
static boolean |
isArray(Object value) |
static void |
newline() |
static void |
purgeMemory() |