|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucdavis.rj.Ops.OpRemote.Helper
public static class OpRemote.Helper
Useful method(s) for OpRemote
objects.
(Can't define as methods within OpRemote
since that's an interface
.)
Constructor Summary | |
---|---|
OpRemote.Helper()
|
Method Summary | |
---|---|
(package private) static boolean |
twoOpRemotesEqual(OpRemote a,
OpRemote b)
Compares for equality two OpRemote objects:
both are noop or both have same unique operation id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpRemote.Helper()
Method Detail |
---|
static boolean twoOpRemotesEqual(OpRemote a, OpRemote b)
OpRemote
objects:
both are noop
or both have same unique operation id.
a
- the first object.b
- the second object.
true
if and only if the two objects are equal.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |