|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.insight.log.support.Objects
public class Objects
| Constructor Summary | |
|---|---|
Objects()
|
|
| Method Summary | |
|---|---|
static int |
compare(java.lang.Object a,
java.lang.Object b)
A helper method for performing an ordered comparison on the objects handling nulls and objects which do not handle sorting gracefully |
static boolean |
equal(java.lang.Object a,
java.lang.Object b)
A helper method for comparing objects for equality while handling nulls |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Objects()
| Method Detail |
|---|
public static boolean equal(java.lang.Object a,
java.lang.Object b)
public static int compare(java.lang.Object a,
java.lang.Object b)
a - the first objectb - the second objectignoreCase - ignore case for string comparison
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||