|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.util.ObjectUtilities
public final class ObjectUtilities
Utility methods for manipulating Objects.
Method Summary | ||
---|---|---|
static boolean |
classesEqual(Object o1,
Object o2)
Determines if two objects are instances of the same class. |
|
static boolean |
objEqual(Object o1,
Object o2)
Compare two (possibly null) objects for equality. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean objEqual(Object o1, Object o2)
This method employs Object.equals(java.lang.Object)
; however, it
considers two null objects equal to one another.
o1
- First object to compare.o2
- Second object to compare.
public static boolean classesEqual(Object o1, Object o2)
o1
- First object to compare.o2
- Second object to compare.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal