MatlabProxy.Identifier

public static interface Identifier

Uniquely identifies a proxy. This interface is not intended to be implemented by users of matlabcontrol. Implementations of this interface are unconditionally thread-safe.

Author:Joshua Kaplan

Methods

equals

public boolean equals(Object other)

Returns true if other is equal to this identifier, false otherwise.

Parameters:
  • other

hashCode

public int hashCode()

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