|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectObjectX
public final class ObjectX
Object utilities.
| Method Summary | |
|---|---|
static boolean |
nullEquals(Object o1,
Object o2)
Returns true iff the objects are either 'equal', or both null. |
static boolean |
tryWait(Object object)
Same as object.wait(), but returns normally if interrupted. |
static boolean |
tryWait(Object object,
long timeout)
Same as object.wait(milliseconds), but returns normally if interrupted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean nullEquals(Object o1,
Object o2)
public static boolean tryWait(Object object)
public static boolean tryWait(Object object,
long timeout)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||