Class DefaultHashcodeMethodReplacement
- java.lang.Object
-
- jadex.platform.service.serialization.DefaultHashcodeMethodReplacement
-
- All Implemented Interfaces:
jadex.bridge.component.impl.remotecommands.IMethodReplacement
public class DefaultHashcodeMethodReplacement extends java.lang.Object implements jadex.bridge.component.impl.remotecommands.IMethodReplacement
Default replacement code for hashCode() method.
-
-
Constructor Summary
Constructors Constructor Description DefaultHashcodeMethodReplacement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object obj, java.lang.Object[] args)
Invoke the method on the given object with the given args.
-