|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MatlabProxy.Identifier
Uniquely identifies a proxy.
Implementations of this interface are unconditionally thread-safe.
WARNING: This interface is not intended to be implemented by users of matlabcontrol. Methods may be added
to this interface, and these additions will not be considered breaking binary compatibility.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Returns true if other is equal to this identifier, false otherwise. |
int |
hashCode()
Returns a hash code which conforms to the hashCode contract defined in Object.hashCode() . |
Method Detail |
---|
boolean equals(java.lang.Object other)
true
if other
is equal to this identifier, false
otherwise.
equals
in class java.lang.Object
other
-
int hashCode()
hashCode
contract defined in Object.hashCode()
.
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |