|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sas.edir.util.ObjectOp
Object utilities.
| Constructor Summary | |
ObjectOp()
|
|
| Method Summary | |
static boolean |
equals(java.lang.Object o1,
java.lang.Object o2)
Compares the two parameters for equality. |
static void |
nullCheck(java.lang.Object object,
java.lang.String message)
Check to see if the object is null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectOp()
| Method Detail |
public static final boolean equals(java.lang.Object o1,
java.lang.Object o2)
o1 - The first object to compare.o2 - The second object to compare.
public static final void nullCheck(java.lang.Object object,
java.lang.String message)
object - The first object to check.message - The message to display if the object was null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||