Package matlabcontrol
Interface MatlabProxy.Identifier
-
- Enclosing class:
- MatlabProxy
public static interface MatlabProxy.IdentifierUniquely 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Returnstrueifotheris equal to this identifier,falseotherwise.inthashCode()Returns a hash code which conforms to thehashCodecontract defined inObject.hashCode().
-
-
-
Method Detail
-
equals
boolean equals(java.lang.Object other)
Returnstrueifotheris equal to this identifier,falseotherwise.- Overrides:
equalsin classjava.lang.Object- Parameters:
other-- Returns:
-
hashCode
int hashCode()
Returns a hash code which conforms to thehashCodecontract defined inObject.hashCode().- Overrides:
hashCodein classjava.lang.Object- Returns:
-
-