matlabcontrol
Interface MatlabProxy.Identifier

Enclosing class:
MatlabProxy

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.

Since:
4.0.0

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

equals

boolean equals(java.lang.Object other)
Returns true if other is equal to this identifier, false otherwise.

Overrides:
equals in class java.lang.Object
Parameters:
other -
Returns:

hashCode

int hashCode()
Returns a hash code which conforms to the hashCode contract defined in Object.hashCode().

Overrides:
hashCode in class java.lang.Object
Returns: