Closed jeff-aion closed 5 years ago
All the classes (which can be instantiated) in our API (org.aion.avm.api) should have the standard set of methods:
org.aion.avm.api
toString()
equals()
hashCode()
We also need the corresponding internal methods:
avm_toString()
avm_equals()
avm_hashCode()
All the classes (which can be instantiated) in our API (
org.aion.avm.api
) should have the standard set of methods:toString()
equals()
hashCode()
We also need the corresponding internal methods:
avm_toString()
avm_equals()
avm_hashCode()